This commit is contained in:
2025-02-09 00:31:07 +02:00
parent fdb989c4ff
commit 2ab0862005
11 changed files with 37 additions and 22 deletions

View File

@@ -10,11 +10,10 @@ services:
#ports:
# - 8090:${YEETFILE_PORT:-8090}
environment:
UID: ${UID:-1000}
GID: ${GID:-1000}
TZ: ${TZ}
YEETFILE_SERVER_SECRET: 2N1oTtwOHTyEbTFtz0yDLuzq3DhgjIWmSKw4gNcH8Vk=
- UID=${UID:-1000}
- GID=${GID:-1000}
- TZ=${TZ}
env_file:
- path: ../env/.env.yeetfile
- path: ../env/YeetFile.env
volumes:
- ${DOCKERDIR}/yeetfile/uploads:/app/uploads