Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/group_vars/catalogue
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ mysql:

catalogue:
static_assets: https://github.com/udbc/catalogue/archive/1.0.1.tar.gz
bin: https://storage.googleapis.com/vibe-catalogue/catalogue
bin: https://github.com/udbc/catalogue/raw/master/bin/catalogue
port: 80
4 changes: 2 additions & 2 deletions ansible/group_vars/frontend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
frontend:
release:
url: http://jenkins:8080/job/Package%20Frontend/lastSuccessfulBuild/artifact/distribution/frontend-0.7.1.zip
version: 0.7.1
url: http://jenkins:8080/job/frontend/lastSuccessfulBuild/artifact/distribution/frontend-0.0.1.zip
version: 0.0.1
4 changes: 3 additions & 1 deletion setup/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ networks:

volumes:
cs-ansible:
jenkins_home:

services:
control:
Expand Down Expand Up @@ -65,10 +66,11 @@ services:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: admin123
jenkins:
image: schoolofdevops/jenkins
image: schoolofdevops/jenkins:2.138.1-slim
ports:
- "8080:8080"
volumes:
- jenkins_home:/var/jenkins_home
- /var/run/docker.sock:/var/run/docker.sock
networks:
custom:
Expand Down