Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jochem Bijlard
fractalis
Commits
cb427e47
Commit
cb427e47
authored
Mar 21, 2018
by
Sascha Herzinger
Browse files
Allowing for env ports in docker-compose file
parent
0f99f1d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/docker-compose.yml
View file @
cb427e47
version
:
'
2
'
version
:
'
3.3
'
services
:
redis
:
image
:
'
redis:alpine'
...
...
@@ -38,7 +38,7 @@ services:
-
./config/nginx/certs/server.crt:/etc/nginx/server.crt
-
./config/nginx/certs/server.key:/etc/nginx/server.key
ports
:
-
'
80:80
'
-
'
443:443
'
-
${FRACTALIS_HTTP_PORT:-
80
}
:80
-
${FRACTALIS_HTTPS_PORT:-
443
}
:443
depends_on
:
-
app
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