Add restart directive on example docker-compose.yml

This commit is contained in:
Sofía Aritz 2023-11-01 12:19:25 +01:00
parent 354430be81
commit cb7330c83f
Signed by: sofia
GPG key ID: 90B5116E3542B28F
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
# Application specific
database/database.json
public/additional
# Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore

View file

@ -2,6 +2,7 @@ version: "3"
services:
status-page:
restart: unless-stopped
image: "git.sofiaritz.com/infrastructure/status-page:latest"
# environment:
# This contains the .css filename inside the ./styles folder. This is a comma-separated list