use network
This commit is contained in:
@@ -11,8 +11,10 @@ services:
|
|||||||
- "./config:/config:rw"
|
- "./config:/config:rw"
|
||||||
image: jlesage/nginx-proxy-manager
|
image: jlesage/nginx-proxy-manager
|
||||||
networks:
|
networks:
|
||||||
- default
|
nginx:
|
||||||
|
aliases:
|
||||||
|
- nginx
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
nignx:
|
||||||
driver: custom-driver-1
|
external: true
|
||||||
18
wbo-boards/docker-compose.yml
Normal file
18
wbo-boards/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
wbo:
|
||||||
|
container_name: wbo-boards
|
||||||
|
restart: unless-stopped
|
||||||
|
image: lovasoa/wbo:latest
|
||||||
|
ports:
|
||||||
|
- "5001:80"
|
||||||
|
volumes:
|
||||||
|
- "$PWD/data:/opt/app/server-data"
|
||||||
|
networks:
|
||||||
|
nginx:
|
||||||
|
aliases:
|
||||||
|
- wbo-boards
|
||||||
|
|
||||||
|
networks:
|
||||||
|
nginx:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user