Files
nonograms/docker-compose.yml
Grzegorz Kucmierz 29952b22e7
All checks were successful
Deploy to Production / deploy (push) Successful in 3s
fix(ci): remove volume mount for nginx.conf
2026-02-12 22:20:55 +01:00

15 lines
360 B
YAML

version: '3.8'
services:
app:
container_name: nonograms-app
build:
context: .
dockerfile: Dockerfile
ports:
- "8081: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