disable logging in uat too

production
Cameron Clough 2022-05-02 23:50:14 +01:00
parent 128f8b4c91
commit deccb39c44
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,8 @@ services:
# Use the retropilot-server image from the GitHub Container Registry
image: ghcr.io/retropilot/retropilot-server:main
restart: unless-stopped
logging:
driver: none
volumes:
# Mount realdata dir to /realdata in the container
- ./realdata:/realdata
@ -67,6 +69,8 @@ services:
# But run the worker script instead
command: npm run worker
restart: unless-stopped
logging:
driver: none
volumes:
- ./realdata:/realdata
env_file: