Skip to content

Commit

Permalink
Removing env_file from compose as it will be specified through docker…
Browse files Browse the repository at this point in the history
… compose up command.
  • Loading branch information
lued committed May 4, 2024
1 parent 319693c commit 2f7c66b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.traefik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ services:
image: traefik
hostname: traefik
container_name: traefik
env_file: .env
restart: unless-stopped
command:
- --entryPoints.web.address=:80
Expand Down Expand Up @@ -111,7 +110,6 @@ services:
NEXT_PUBLIC_APP_URL: ${NEXT_PUBLIC_APP_URL}
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: ${NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY}
container_name: frontend
env_file: .env
volumes:
- ${DOCKERDIR}/frontend/src:/app/src
- ${DOCKERDIR}/frontend/.next:/app/.next
Expand Down

0 comments on commit 2f7c66b

Please sign in to comment.