Align configuration with nonograms: add healthcheck, nginx security, build from source
All checks were successful
Deploy to Production / deploy (push) Successful in 7s
All checks were successful
Deploy to Production / deploy (push) Successful in 7s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user