mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-06 07:13:39 +00:00
Add Dockerfile
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
frontend:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- 80:80
|
||||
links:
|
||||
- "backend:backend"
|
||||
backend:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
context: backend
|
||||
ports:
|
||||
- 8080:8080
|
Reference in New Issue
Block a user