Files
rubic-cube/docker-compose.yml
Grzegorz Kucmierz 6eb60e1cb3
All checks were successful
Deploy to Production / deploy (push) Successful in 8s
Align rubic-cube docker setup with nonograms
2026-02-22 15:57:59 +00:00

23 lines
393 B
YAML

services:
rubic-cube:
container_name: rubic-cube
build:
context: .
dockerfile: Dockerfile
ports:
- "8083:80"
expose:
- "80"
restart: unless-stopped
# volumes:
# - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
networks:
- npm_public
- rubic-net
networks:
npm_public:
external: true
rubic-net:
driver: bridge