Skip to content

Commit

Permalink
mount amigor files to the new path
Browse files Browse the repository at this point in the history
  • Loading branch information
mszulik committed Jul 23, 2024
1 parent 11b61ba commit a918c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.pullpreview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ services:
TRANSMORPHER_WEB_API_BASE_URL: https://${PULLPREVIEW_PUBLIC_DNS}/transmorpherServer/api
APP_URL: ${PULLPREVIEW_URL}
volumes:
- 'amigor-storage:/var/www/html/storage'
- '.env.amigor:/var/www/html/.env'
- 'amigor-storage:/var/www/html/amigor/storage'
- '.env.amigor:/var/www/html/amigor/.env'
labels:
- 'traefik.enable=true'
- 'traefik.http.routers.${AMIGOR_CONTAINER_NAME:-amigor}.rule=Host(`${PULLPREVIEW_PUBLIC_DNS}`)'
Expand Down

0 comments on commit a918c83

Please sign in to comment.