Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sepia
Hannah Arendt
Commentary Deployment
Commits
6672eca5
Verified
Commit
6672eca5
authored
Nov 19, 2021
by
hynek
🤤
Browse files
build(compose): restart always
parent
9b99f91f
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
6672eca5
...
...
@@ -7,6 +7,7 @@ volumes:
services
:
ingress
:
image
:
nginx:1.21.3-alpine
restart
:
always
volumes
:
-
type
:
bind
source
:
./conf/nginx.conf
...
...
@@ -17,8 +18,10 @@ services:
db
:
image
:
docker.gitlab.gwdg.de/sepia/hannaharendt/commentary-backend/commentary-backend:7f150f49
restart
:
always
volumes
:
-
data:/exist/data
front
:
image
:
docker.gitlab.gwdg.de/sepia/hannaharendt/commentary-frontend/commentary-frontend:034c73cd
restart
:
always
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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