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: .
|
build: .
|
||||||
container_name: votc
|
container_name: votc
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.votc.rule=Host(`votc.jeffemmett.com`)"
|
- "traefik.http.routers.votc.rule=Host(`votc.jeffemmett.com`)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue