Skip to content

Commit

Permalink
Move app data.
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Nov 10, 2023
1 parent 0469e48 commit 2c16df5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
LETSENCRYPT_HOST: ${HOST_DOMAIN}
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}
volumes:
- app-mydb:/app/App_Data
- ./App_Data:/app/App_Data

app-migration:
image: ghcr.io/${IMAGE_REPO}:${RELEASE_VERSION}
Expand All @@ -22,12 +22,10 @@ services:
- migration
command: --AppTasks=migrate
volumes:
- app-mydb:/app/App_Data
- ./App_Data:/app/App_Data

networks:
default:
external: true
name: nginx

volumes:
app-mydb:

0 comments on commit 2c16df5

Please sign in to comment.