update docker for mono repo
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
## Production deployment
|
||||
it is assumed that you will be using backend on the same machine, so this compose is for both services
|
||||
```yml
|
||||
services:
|
||||
frontend:
|
||||
hostname: frontend
|
||||
image: git.shihaam.dev/sarlink/radui
|
||||
ports:
|
||||
- 8000:80
|
||||
backend:
|
||||
hostname: backend
|
||||
image: git.shihaam.dev/sarlink/radapi
|
||||
ports:
|
||||
- 8001:80
|
||||
```
|
||||
Reference in New Issue
Block a user