tidyups for image building chapter

This commit is contained in:
BillMills
2019-06-19 11:22:15 -04:00
parent 7b8510945e
commit 4c04d52c3c
6 changed files with 4 additions and 112 deletions

View File

@@ -3,8 +3,6 @@ version: '3.7'
services:
bb-db:
image: ${dockerId}/bb-db:v3
build:
context: ./bulletin-board-db
networks:
- bb-net
volumes:
@@ -12,17 +10,13 @@ services:
bb-app:
image: ${dockerId}/bb-app:v3
build:
context: ./bulletin-board-app
networks:
- bb-net
bb-proxy:
image: ${dockerId}/bb-proxy:v3
build:
context: ./bulletin-board-proxy
ports:
- "80:80"
- "8000:80"
networks:
- bb-net
@@ -30,4 +24,4 @@ networks:
bb-net:
volumes:
sqlbackup:
sqlbackup: