This commit is contained in:
2026-02-08 04:27:43 +01:00
parent ea0df7ec53
commit 914d614f3e
5 changed files with 107 additions and 6 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: '3.8'
services:
app:
container_name: nonograms-app
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:80"
restart: unless-stopped
# Uncomment the following lines if you want to mount the configuration locally for development/testing
# volumes:
# - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro