mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
tandoor hetzner storage box
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
||||
SECRET_KEY: ${SECRET_KEY}
|
||||
volumes:
|
||||
- staticfiles:/opt/recipes/staticfiles
|
||||
- ./mediafiles:/opt/recipes/mediafiles
|
||||
- /mnt/storagebox-crypt/tandoor/mediafiles:/opt/recipes/mediafiles
|
||||
networks:
|
||||
- dokploy-network
|
||||
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
restart: unless-stopped
|
||||
image: postgres:16-alpine
|
||||
volumes:
|
||||
- ./postgresql:/var/lib/postgresql/data
|
||||
- /mnt/storagebox-crypt/tandoor/postgresql:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
|
||||
Reference in New Issue
Block a user