👷 Staging from develop branch

This commit is contained in:
2025-07-03 18:34:49 +02:00
parent 7030f70b50
commit e0908c57a8
2 changed files with 14 additions and 3 deletions

9
docker-compose-dev.yml Normal file
View File

@ -0,0 +1,9 @@
services:
web:
container_name: dev.martials.no
restart: always
build:
context: .
dockerfile: Dockerfile
ports:
- "4322:4321"