mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-05 06:53:40 +00:00
17 lines
309 B
YAML
17 lines
309 B
YAML
services:
|
|
frontend:
|
|
image: ghcr.io/davegallant/rfd-fyi-frontend
|
|
ports:
|
|
- 80:80
|
|
- 443:443
|
|
links:
|
|
- "backend:backend"
|
|
volumes:
|
|
- ./data:/data
|
|
restart: always
|
|
backend:
|
|
image: ghcr.io/davegallant/rfd-fyi-backend
|
|
ports:
|
|
- 8080:8080
|
|
restart: always
|