re: add
This commit is contained in:
15
docker-compose-api.prod.yaml
Normal file
15
docker-compose-api.prod.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
|
||||||
|
services:
|
||||||
|
api:
|
||||||
|
image: git.vxbard.net/homeburger/agologum-api:latest
|
||||||
|
container_name: agologum-api
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- "5000:80"
|
||||||
|
networks:
|
||||||
|
- web
|
||||||
|
|
||||||
|
networks:
|
||||||
|
web:
|
||||||
|
external: true
|
||||||
|
|
||||||
14
docker-compose-client.prod.yaml
Normal file
14
docker-compose-client.prod.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
services:
|
||||||
|
client:
|
||||||
|
image: git.vxbard.net/homeburger/agologum-client:latest
|
||||||
|
container_name: agologum-client
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
networks:
|
||||||
|
- web
|
||||||
|
|
||||||
|
networks:
|
||||||
|
web:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user