Align configuration with nonograms: add healthcheck, nginx security, build from source
All checks were successful
Deploy to Production / deploy (push) Successful in 7s

This commit is contained in:
2026-02-15 20:36:02 +01:00
parent 835ea1feb3
commit 03d4adf6b1
3 changed files with 60 additions and 13 deletions

View File

@@ -2,11 +2,13 @@ version: '3.8'
services:
rubic-cube:
image: gitea.7u.pl/gkucmierz/rubic-cube:latest
container_name: rubic-cube
restart: always
build:
context: .
dockerfile: Dockerfile
ports:
- "8083:80"
restart: always
networks:
- rubic-net