finlion-website/docker-compose.yml
2024-12-07 15:00:30 -06:00

21 lines
335 B
YAML

version: '3.8'
services:
web:
build:
context: .
dockerfile: Dockerfile
pull_policy: build
ports:
- "805:805"
networks:
- caddy_network
environment:
- NODE_ENV=production
- PORT=805
- VERSION=1.2
restart: unless-stopped
networks:
caddy_network:
external: true