Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Feb 12, 2024
1 parent c1b3113 commit 86cda66
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 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,9 @@ 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 86cda66

Please sign in to comment.