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