deafmissoula-website/docker-compose.yml
2025-07-03 09:29:44 -05:00

23 lines
380 B
YAML

version: '3'
services:
app:
build:
context: .
dockerfile: Dockerfile
args:
CACHEBUST: ${CACHEBUST:-1}
pull_policy: build
ports:
- "801:801"
environment:
- NODE_ENV=production
- VERSION=1.11
env_file:
- .env
- stack.env
networks:
- caddy_network
networks:
caddy_network:
external: true