|
@ -3,6 +3,7 @@ services: |
|
|
nginx: |
|
|
nginx: |
|
|
build: |
|
|
build: |
|
|
context: docker/nginx |
|
|
context: docker/nginx |
|
|
|
|
|
image: bcbc/nginx:production |
|
|
ports: |
|
|
ports: |
|
|
- "80:80" |
|
|
- "80:80" |
|
|
links: |
|
|
links: |
|
@ -13,7 +14,7 @@ services: |
|
|
build: |
|
|
build: |
|
|
context: . |
|
|
context: . |
|
|
dockerfile: Dockerfile-prod |
|
|
dockerfile: Dockerfile-prod |
|
|
image: workstand:production |
|
|
image: bcbc/workstand:production |
|
|
env_file: |
|
|
env_file: |
|
|
- workstand.env |
|
|
- workstand.env |
|
|
command: gunicorn --log-file=- -b 0.0.0.0:8000 bikeshop.wsgi:application |
|
|
command: gunicorn --log-file=- -b 0.0.0.0:8000 bikeshop.wsgi:application |
|
|