Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OSE Germany e.V.
Koordination
Kommunikation
osegev-webseite
Commits
506520de
Commit
506520de
authored
Jun 27, 2020
by
Bastian Menningen
Browse files
Pfad zur Datei der Systemvariablen für Produktion angepasst
parent
e6804cea
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
506520de
...
...
@@ -6,7 +6,7 @@ services:
image
:
jekyll/jekyll:latest
command
:
jekyll build --watch --force_polling --verbose
env_file
:
-
.env
-
${PROJECT_ENVS}
volumes
:
-
.:/srv/jekyll
...
...
@@ -17,7 +17,7 @@ services:
container_name
:
OSE-Germany-php
command
:
php -S 0.0.0.0:4000 -t /srv/jekyll/_site
env_file
:
-
.env
-
${PROJECT_ENVS}
depends_on
:
-
jekyll
ports
:
...
...
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