Remove env_file requirement from docker-compose
Static site works without env vars. API features can be added later. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
033b9bccd3
commit
a266879c9c
|
|
@ -3,8 +3,6 @@ services:
|
|||
build: .
|
||||
container_name: votc
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.votc.rule=Host(`votc.jeffemmett.com`)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue