Files
rubic-cube/docker-compose.yml
Grzegorz Kucmierz a7e97b0d9f
All checks were successful
Deploy to Production / deploy (push) Successful in 5s
Adjust docker compose networking
2026-02-22 19:31:16 +00:00

24 lines
400 B
YAML

services:
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:
aliases:
- rubic-cube
rubic-net:
networks:
npm_public:
external: true
rubic-net:
driver: bridge