Files
rubic-cube/docker-compose.yml
Grzegorz Kucmierz 03d4adf6b1
All checks were successful
Deploy to Production / deploy (push) Successful in 7s
Align configuration with nonograms: add healthcheck, nginx security, build from source
2026-02-15 20:36:02 +01:00

18 lines
252 B
YAML

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