CHORE: Created .env file to store environment vars
This commit is contained in:
12
cicd/Deployment/docker-compose.yml
Normal file
12
cicd/Deployment/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
wmgzon:
|
||||
container_name: "wmgzon"
|
||||
image: lukeelse/wmgzon:latest
|
||||
tty: true
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./files:/app/static/assets/img/products/
|
||||
restart: unless-stopped
|
@ -1,15 +1,15 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
gitlab-runner-python:
|
||||
image: gitlab/gitlab-runner:latest
|
||||
volumes:
|
||||
- ./runner-data-python:/etc/gitlab-runner
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
restart: unless-stopped
|
||||
|
||||
gitlab-runner-docker:
|
||||
image: gitlab/gitlab-runner:latest
|
||||
volumes:
|
||||
- ./runner-data-docker:/etc/gitlab-runner
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
version: '3.8'
|
||||
services:
|
||||
gitlab-runner-python:
|
||||
image: gitlab/gitlab-runner:latest
|
||||
volumes:
|
||||
- ./runner-data-python:/etc/gitlab-runner
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
restart: unless-stopped
|
||||
|
||||
gitlab-runner-docker:
|
||||
image: gitlab/gitlab-runner:latest
|
||||
volumes:
|
||||
- ./runner-data-docker:/etc/gitlab-runner
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user