mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-07-01 21:39:31 +08:00
no compose
This commit is contained in:
parent
bcdd5828ec
commit
863de1bf2f
@ -1,34 +0,0 @@
|
||||
version: '3.3'
|
||||
|
||||
services:
|
||||
|
||||
bb-db:
|
||||
image: ${dockerId}/bulletin-board-db:v4
|
||||
build:
|
||||
context: ./bulletin-board-db
|
||||
networks:
|
||||
- bb-net
|
||||
|
||||
bb-app:
|
||||
image: ${dockerId}/bulletin-board-app:v4
|
||||
build:
|
||||
context: ./bulletin-board-app
|
||||
depends_on:
|
||||
- bb-db
|
||||
restart: on-failure
|
||||
networks:
|
||||
- bb-net
|
||||
|
||||
bb-proxy:
|
||||
image: ${dockerId}/bulletin-board-proxy:v4
|
||||
build:
|
||||
context: ./bulletin-board-proxy
|
||||
ports:
|
||||
- "80:80"
|
||||
depends_on:
|
||||
- bb-app
|
||||
networks:
|
||||
- bb-net
|
||||
|
||||
networks:
|
||||
bb-net:
|
Loading…
x
Reference in New Issue
Block a user