Add initial docker-compose
This commit is contained in:
parent
115bc6bc27
commit
3d99843135
@ -16,6 +16,7 @@ steps:
|
||||
# C# frontend
|
||||
# upload docker
|
||||
- name: upload_frontend
|
||||
image: plugins/docker
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
version: "3.4"
|
||||
services:
|
||||
frontend:
|
||||
image: registry.jacknet.io/51m0n/environment-frontend:latest
|
||||
|
||||
database:
|
||||
image: mongodb:latest
|
||||
|
||||
apiserver:
|
||||
image: registry.jacknet.io/51m0n/environment-api:latest
|
||||
|
||||
proxy:
|
||||
image: nginx:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user