deafmissoula-website/docker-compose.yml
2024-12-02 12:47:05 -06:00

20 lines
No EOL
313 B
YAML

version: '3'
services:
app:
build:
context: .
dockerfile: Dockerfile
pull_policy: build
ports:
- "801:801"
environment:
- NODE_ENV=production
- VERSION=1.5
env_file:
- .env
networks:
- caddy_network
networks:
caddy_network:
external: true