Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
main
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Simone Rossi
main
Commits
11f87a09
Commit
11f87a09
authored
Jul 04, 2016
by
Daniele Venzano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the docker compose file (will not work for now because of LDAP dependency)
parent
0728980c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
14 deletions
+20
-14
docker-compose.yml
docker-compose.yml
+20
-14
No files found.
docker-compose.yml
View file @
11f87a09
version
:
'
2'
services
:
postgres
:
image
:
postgres
gateway-socks
:
image
:
zoerepo/gateway-socks
networks
:
-
zoe
zoe-api
:
image
:
zoerepo/zoe
command
:
python3 zoe-api.py --debug --swarm ${SWARM_URL} --deployment-name compose --master-url tcp://zoe-master:4850 --dbuser postgres --dbpass '' --dbhost postgres --dbname postgres
ports
:
-
"
8080:5001"
depends_on
:
-
postgres
zoe-master
:
image
:
192.168.45.252:5000/
zoerepo/zoe
image
:
zoerepo/zoe
ports
:
-
"
4
9
50:4850"
-
"
4
8
50:4850"
volumes
:
-
/etc/zoe:/etc/zoe
-
/opt/zoe-workspaces:/mnt/zoe-workspaces
command
:
python3 zoe-master.py --debug --swarm http://192.168.45.252:2380 --deployment-name compose
zoe-observer
:
image
:
192.168.45.252:5000/zoerepo/zoe
command
:
python3 zoe-observer.py --debug --master-url http://zoe-master:4850 --swarm http://192.168.45.252:2380
depends_on
:
-
zoe-master
zoe-web
:
image
:
192.168.45.252:5000/zoerepo/zoe
command
:
python3 zoe-web.py --debug --master-url http://zoe-master:4850
ports
:
-
"
8080:5001"
command
:
python3 zoe-master.py --debug --swarm ${SWARM_URL} --deployment-name compose --dbuser postgres --dbpass '' --dbhost postgres --dbname postgres
depends_on
:
-
zoe-master
-
zoe-api
networks
:
zoe
:
driver
:
overlay
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment