Files
rubic-cube/docker-compose.yml
Grzegorz Kucmierz 5c4eeeb3a9
All checks were successful
Deploy to Production / deploy (push) Successful in 5s
Align docker compose with piggy-bank
2026-02-22 19:40:06 +00:00

20 lines
343 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
networks:
npm_public:
external: true