👷 Staging from develop branch
All checks were successful
Build and deploy website / build (push) Successful in 2s

This commit is contained in:
2025-07-03 18:34:49 +02:00
parent dc4d564059
commit 1dadaabe94
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"