新增wikijs、wiznote的compose示例;新增mariadb、mysql的compose及stack示例;修改部分示例网段

This commit is contained in:
2024-05-22 09:26:00 +00:00
committed by cloud-init created default user
parent b73249c50b
commit 00f679a0f6
26 changed files with 217 additions and 13 deletions

View 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