1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Fix up docker-compose config.

This commit is contained in:
Drew Larson 2017-01-14 13:38:00 -06:00
parent 720beada03
commit b5f01ca238
2 changed files with 3 additions and 10 deletions

View File

@ -6,11 +6,7 @@ services:
command: python manage.py runserver 0.0.0.0:8000
ports:
- "8000:8000"
depends_on:
- webpack
links:
- redis
- db
- "62260:62260"
volumes:
- ./bikeshop_project:/code
redis:
@ -25,5 +21,5 @@ services:
ports:
- "3000:3000"
restart: always
volumes:
- ./bikeshop_project:/code
volumes_from:
- workstand

View File

@ -5,9 +5,6 @@ services:
depends_on:
- redis
- db
links:
- redis
- db
redis:
image: redis:latest
db: