Files
rfd-fyi/docker-compose.prod.yml
2022-12-25 12:20:50 -05:00

17 lines
303 B
YAML

version: "3.9"
services:
frontend:
image: ghcr.io/davegallant/rfd-fyi-frontend
ports:
- 80:80
- 443:443
links:
- "backend:backend"
volumes:
- ./data:/data
backend:
image: ghcr.io/davegallant/rfd-fyi-backend
ports:
- 8080:8080
env_file: .env