preliminary ci/cd setup (horrors await me)
This commit is contained in:
23
docker-compose.prod.yaml
Normal file
23
docker-compose.prod.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
services:
|
||||
api:
|
||||
image: git.vxbard.net/homeburger/agologum-api:latest
|
||||
container_name: agologum-api
|
||||
restart: always
|
||||
ports:
|
||||
- "5000:80"
|
||||
networks:
|
||||
- web
|
||||
|
||||
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