Compare commits

...

2 Commits

Author SHA1 Message Date
c5bb9257ad delete: delete portainer 2026-01-16 09:49:48 +00:00
be71b6be0e delete: delete bibliotheca 2026-01-16 09:49:09 +00:00
2 changed files with 0 additions and 30 deletions

View File

@@ -1,14 +0,0 @@
services:
mybibliotheca:
image: pickles4evaaaa/mybibliotheca:2.1.0
ports:
- "5054:5054"
volumes:
- /docker/bibliotheca:/app/data
environment:
- SECRET_KEY=27de3e8d4542d5c9f1a4e52ff400681d
- SECURITY_PASSWORD_SALT=d27b5eca9de5ca952e1dc6c481afec5c
- TIMEZONE=Asia/Ho_Chi_Minh
- WORKERS=3
restart: unless-stopped

View File

@@ -1,16 +0,0 @@
services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
ports:
- 9000:9000
volumes:
- /docker/portainer/data:/data
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
networks:
- portainer
networks:
portainer:
driver: bridge