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

View File

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