Implemented restart procedures

This commit is contained in:
2023-01-09 15:59:36 +01:00
parent c2df7dbc7e
commit 7db4a5a42f
4 changed files with 21 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ version: '2'
services:
application:
image: zknt/pixelfed
restart: unless-stopped
restart: always
logging:
driver: journald
env_file:
@@ -18,7 +18,7 @@ services:
- redis
worker:
image: zknt/pixelfed
restart: unless-stopped
restart: always
logging:
driver: journald
env_file: