Files
rubic-cube/docker-compose.yml
Grzegorz Kucmierz 2c6b1ad966
All checks were successful
Deploy to Production / deploy (push) Successful in 4s
Configure network isolation: use npm_public for proxy access
2026-02-15 21:04:58 +01:00

23 lines
333 B
YAML

version: '3.8'
services:
rubic-cube:
container_name: rubic-cube
build:
context: .
dockerfile: Dockerfile
# ports:
# - "8083:80"
expose:
- "80"
restart: always
networks:
- npm_public
- rubic-net
networks:
npm_public:
external: true
rubic-net:
driver: bridge