init(*):初始化;使用sun-panel作为前端;使用dockge管理dockercompose
This commit is contained in:
1
portainer/.env
Normal file
1
portainer/.env
Normal file
@@ -0,0 +1 @@
|
||||
# VARIABLE=value #comment
|
||||
15
portainer/compose.yaml
Normal file
15
portainer/compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
portainer:
|
||||
image: docker.citory.tech/mirror/6053537/portainer-ce:latest
|
||||
container_name: portainer
|
||||
ports:
|
||||
- 10507:9000
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /var/lib/docker/volumes:/var/lib/docker/volumes
|
||||
- ./data:/data
|
||||
restart: always
|
||||
x-dockge:
|
||||
urls:
|
||||
- http://local.citory.tech:10507
|
||||
Reference in New Issue
Block a user