🔨 Update devcontainer setup
All checks were successful
Deploy / deploy (push) Successful in 4s

This commit is contained in:
Marcel Kapfer 2024-09-13 19:14:22 +02:00
parent b5f1a80b4a
commit 66ed2c7d5f
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
2 changed files with 1 additions and 3 deletions

12
.devcontainer/compose.yml Normal file
View file

@ -0,0 +1,12 @@
services:
app:
build: .
ports:
- 8080:80
volumes:
- ../:/var/www/html
mail:
image: axllent/mailpit
ports:
- 8081:8025