mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Implemented restart procedures
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user