From 0b629806fc847dd389c59a19f148d0a51c17cf71 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Mon, 2 May 2022 23:44:33 +0100 Subject: [PATCH] move data dir in production --- environment/production/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/environment/production/docker-compose.yml b/environment/production/docker-compose.yml index 6a20210..83bcda1 100644 --- a/environment/production/docker-compose.yml +++ b/environment/production/docker-compose.yml @@ -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: