Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Chiefs
ChiefSend
Commits
7f199ebf
Commit
7f199ebf
authored
Dec 20, 2020
by
Lukas Böhm
🎱
Browse files
add startup order
parent
0cfcb5b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
7f199ebf
...
...
@@ -17,6 +17,8 @@ services:
links
:
-
redis:redis
-
redis
depends_on
:
-
redis
web
:
container_name
:
"
chiefsend-web"
...
...
@@ -34,9 +36,11 @@ services:
# - type: volume
# source: chiefsend-vol
# target: /home/chiefsend/data
depends_on
:
-
rq
-
nginx
nginx
:
# docker run --name nginxtest --rm --mount type=bind,source="$(pwd)",target=/usr/share/nginx/html -d -p 6969:80 nginx:latest
container_name
:
"
chiefsend-nginx"
image
:
"
nginx:latest"
ports
:
...
...
Write
Preview
Supports
Markdown
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