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
Castellum
castellum
Commits
ecce3091
Commit
ecce3091
authored
Apr 26, 2018
by
Bengfort
Browse files
share static files
parent
cd37a076
Pipeline
#151
passed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
ecce3091
...
...
@@ -22,6 +22,7 @@ services:
uwsgi uwsgi.ini"
volumes
:
-
.:/code
-
static-content:/code/castellum_core/castellum_core/staticserve
depends_on
:
-
db
-
ldap
...
...
@@ -29,7 +30,11 @@ services:
image
:
nginx
volumes
:
-
./stage/nginx.conf:/etc/nginx/conf.d/default.conf
-
static-content:/static
ports
:
-
"
8000:80"
depends_on
:
-
web
volumes
:
static-content
:
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