mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-07-02 05:49:30 +08:00
write the stack yourself
This commit is contained in:
parent
863de1bf2f
commit
d235b5a98a
@ -1,26 +0,0 @@
|
|||||||
version: '3.3'
|
|
||||||
|
|
||||||
services:
|
|
||||||
|
|
||||||
bb-db:
|
|
||||||
image: ${dockerId}/bulletin-board-db:v4
|
|
||||||
networks:
|
|
||||||
- bb-net
|
|
||||||
|
|
||||||
bb-app:
|
|
||||||
image: ${dockerId}/bulletin-board-app:v4
|
|
||||||
networks:
|
|
||||||
- bb-net
|
|
||||||
|
|
||||||
bb-proxy:
|
|
||||||
image: ${dockerId}/bulletin-board-proxy:v4
|
|
||||||
ports:
|
|
||||||
- "80:80"
|
|
||||||
networks:
|
|
||||||
- bb-net
|
|
||||||
deploy:
|
|
||||||
mode: replicated
|
|
||||||
replicas: 3
|
|
||||||
|
|
||||||
networks:
|
|
||||||
bb-net:
|
|
Loading…
x
Reference in New Issue
Block a user