deafmissoula-website/docker-compose.yml
2024-12-01 22:51:28 -06:00

14 lines
No EOL
237 B
YAML

version: '3.1'
services:
app:
build:
context: .
dockerfile: Dockerfile
pull_policy: build
ports:
- "801:801"
environment:
- NODE_ENV=production
- BUILD_VERSION=1
env_file:
- .env