changes
This commit is contained in:
parent
2392364146
commit
a73934412c
@ -13,6 +13,7 @@ services:
|
||||
- $PWD/site:/srv
|
||||
- caddy_data:/data
|
||||
- caddy_config:/config
|
||||
- $PWD/certificates:/data/caddy/certificates/local
|
||||
networks:
|
||||
- portainer_default
|
||||
- glance_default
|
||||
|
||||
8
dozzle/docker-compose.yml
Normal file
8
dozzle/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
services:
|
||||
dozzle:
|
||||
container_name: dozzle
|
||||
image: amir20/dozzle:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
ports:
|
||||
- 1015:8080
|
||||
@ -2,9 +2,9 @@ services:
|
||||
glance:
|
||||
image: glanceapp/glance
|
||||
volumes:
|
||||
- ./glance.yml:/app/glance.yml
|
||||
- ./config:/app/config
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- 1005:8080
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
|
||||
@ -14,6 +14,12 @@ services:
|
||||
- 1014:3000
|
||||
volumes:
|
||||
- paperless-ai_data:/app/data
|
||||
networks:
|
||||
- paperless-ngx_default
|
||||
|
||||
volumes:
|
||||
paperless-ai_data:
|
||||
paperless-ai_data:
|
||||
|
||||
networks:
|
||||
paperless-ngx_default:
|
||||
external: true
|
||||
@ -61,6 +61,7 @@ services:
|
||||
environment:
|
||||
PAPERLESS_REDIS: redis://broker:6379
|
||||
PAPERLESS_DBHOST: db
|
||||
PAPERLESS_URL: https://paperless.theocorp
|
||||
|
||||
volumes:
|
||||
data:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user