Skip to content

Commit

Permalink
Update docker-compose-template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Nov 6, 2023
1 parent 9683544 commit 8c20af8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .deploy/docker-compose-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ services:
${APP_NAME}:
image: ghcr.io/${IMAGE_REPO}:${RELEASE_VERSION}
restart: always
network_mode: bridge
ports:
- "80"
environment:
Expand All @@ -21,5 +20,10 @@ services:
volumes:
- ${APP_NAME}-mydb:/app/App_Data

networks:
default:
name: nginx
external: true

volumes:
${APP_NAME}-mydb:
${APP_NAME}-mydb:

0 comments on commit 8c20af8

Please sign in to comment.