feature/ci-cd #1
8
api/docker-compose.prod.yaml
Normal file
8
api/docker-compose.prod.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
services:
|
||||||
|
agologum-api:
|
||||||
|
image: git.vxbard.net/homeburger/agologum-api:latest
|
||||||
|
container_name: agologum-api
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- "5000:5000"
|
||||||
9
client/docker-compose.prod.yaml
Normal file
9
client/docker-compose.prod.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
services:
|
||||||
|
agologum-client:
|
||||||
|
image: git.vxbard.net/homeburger/agologum-client:latest
|
||||||
|
container_name: agologum-client
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
|
||||||
Reference in New Issue
Block a user