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
31be25da
Verified
Commit
31be25da
authored
Nov 01, 2021
by
hynek
🤤
Browse files
build(compose): define application stack
parent
a17d8d58
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
0 → 100644
View file @
31be25da
---
version
:
"
3.5"
volumes
:
data
:
{}
services
:
ingress
:
image
:
nginx:1.21.3-alpine
volumes
:
-
type
:
bind
source
:
./conf/nginx.conf
target
:
/etc/nginx/nginx.conf
read_only
:
true
ports
:
-
${cd_ingress_port:-8080}:8080
db
:
image
:
docker.gitlab.gwdg.de/sepia/hannaharendt/commentary-backend/commentary-backend:7f150f49
volumes
:
-
data:/exist/data
front
:
image
:
docker.gitlab.gwdg.de/sepia/hannaharendt/commentary-frontend/commentary-frontend:034c73cd
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