Removed the journald driver
This commit is contained in:
@@ -4,8 +4,6 @@ services:
|
|||||||
container_name: illegitimate
|
container_name: illegitimate
|
||||||
image: registry.gitlab.com/illegitimate/illegitimate-bot:main
|
image: registry.gitlab.com/illegitimate/illegitimate-bot:main
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
environment:
|
environment:
|
||||||
- TOKEN=${TOKEN}
|
- TOKEN=${TOKEN}
|
||||||
- MONGOURI=${MONGOURI}
|
- MONGOURI=${MONGOURI}
|
||||||
@@ -20,8 +18,6 @@ services:
|
|||||||
container_name: illegitimate-postgres
|
container_name: illegitimate-postgres
|
||||||
image: postgres:16.4
|
image: postgres:16.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
volumes:
|
volumes:
|
||||||
- ${DB_PATH}:/var/lib/postgresql/data
|
- ${DB_PATH}:/var/lib/postgresql/data
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user