mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-06 07:13:39 +00:00
Add publish-containers workflow
This commit is contained in:
16
docker-compose.prod.yml
Normal file
16
docker-compose.prod.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
Reference in New Issue
Block a user