新增wikijs、wiznote的compose示例;新增mariadb、mysql的compose及stack示例;修改部分示例网段
This commit is contained in:
committed by
cloud-init created default user
parent
b73249c50b
commit
00f679a0f6
30
examples/wiznote/compose.yaml
Normal file
30
examples/wiznote/compose.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
wiznote:
|
||||
image: hub.hty1024.com/official/wiznote/wizserver:1.0.31
|
||||
container_name: wiznote
|
||||
hostname: wiznote
|
||||
restart: always
|
||||
networks:
|
||||
- app_network
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- /usr/share/zoneinfo/Asia/Shanghai:/etc/localtime:ro
|
||||
- wiznote_data:/wiz/storage
|
||||
|
||||
volumes:
|
||||
wiznote_data:
|
||||
|
||||
networks:
|
||||
app_network:
|
||||
name: app_network
|
||||
external: true
|
||||
# driver: bridge
|
||||
# driver_opts:
|
||||
# encrypted: 'true'
|
||||
# ipam:
|
||||
# driver: default
|
||||
# config:
|
||||
# - subnet: 10.21.22.1/24
|
||||
Reference in New Issue
Block a user