Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
geo
geo-facility-data-manager
Commits
db1aeed1
Commit
db1aeed1
authored
2 months ago
by
Horacio Castellaro
Browse files
Options
Download
Email Patches
Plain Diff
Update docker-compose.yml
parent
fc58b67a
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+2
-1
docker-compose.yml
with
2 additions
and
1 deletion
+2
-1
docker-compose.yml
+
2
-
1
View file @
db1aeed1
...
...
@@ -4,7 +4,8 @@ services:
django
:
build
:
./src
container_name
:
django_data_manager
command
:
bash -c "python manage.py migrate && python manage.py runserver 0.0.0.0:8000 --timeout 300"
#command: bash -c "python manage.py migrate && python manage.py runserver 0.0.0.0:8000"
command
:
bash -c "python manage.py migrate && gunicorn config.wsgi:application --bind 0.0.0:8000 --timeout 300"
volumes
:
-
./src:/usr/src/app/
-
./static:/public/static/
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help