-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
docker-compose.yml
23 lines (23 loc) · 1.05 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: '3.3'
services:
supernova3339:
container_name: anonfiles
ports:
- '80:80'
volumes:
- '/etc/anonfiles/files:/var/www/html/files'
environment:
- ADMIN_PASSWORD=password
- 'APP_FILELIST=jpeg,jpg,gif,png,zip,xls,doc,mp3,mp4,mpeg,wav,avi,rar,7z,txt'
# - 'PLAUSIBLE_DOMAIN=https://xxx.xxx'
# - 'PLAUSIBLE_DATA_DOMAIN=project.xxx.xxx'
# - 'PLAUSIBLE_EMBED_TOKEN=xxxxxxx' - when you generate EMBED code, you'll see ?auth=-xxxxxxxxxxxxxxx - this is what you should copy - don't copy anything after it ( feel free to delete this if you want to use plausible with anonfiles )
- APP_SIZE_VERIFICATION=true
- APP_FILE_DESTINATION=files
- 'APP_BASE_URL=https://xxx.xxx/'
- APP_MAX_SIZE=10000000000
- APP_MIN_SIZE=0
- APP_DOWNLOAD_TIME=30
image: ghcr.io/supernova3339/anonfiles:1