move data dir in production

production
Cameron Clough 2022-05-02 23:44:33 +01:00
parent f8f82df082
commit 0b629806fc
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
1 changed files with 3 additions and 3 deletions

View File

@ -29,8 +29,8 @@ services:
image: ghcr.io/retropilot/retropilot-server:production
restart: unless-stopped
volumes:
# Mount realdata dir to /realdata in the container
- ./realdata:/realdata
# Mount dir to /realdata in the container
- /home/retro-data/prod:/realdata
env_file:
- .env
labels:
@ -55,7 +55,7 @@ services:
command: npm run worker
restart: unless-stopped
volumes:
- ./realdata:/realdata
- /home/retro-data/prod:/realdata
env_file:
- .env
labels: