Compare commits
2 Commits
b11b5649a5
...
315107839c
| Author | SHA1 | Date | |
|---|---|---|---|
|
315107839c
|
|||
|
4af8a95af6
|
19
.gitignore
vendored
19
.gitignore
vendored
@@ -1,10 +1,11 @@
|
|||||||
.build/
|
|
||||||
*.exe
|
|
||||||
*.db
|
|
||||||
*.db-wal
|
|
||||||
*.db-shm
|
|
||||||
.env
|
|
||||||
.DS_Store
|
|
||||||
tmp/
|
|
||||||
opencode.json
|
|
||||||
|
|
||||||
|
.build/
|
||||||
|
cookies.txt
|
||||||
|
*.db
|
||||||
|
*.db-shm
|
||||||
|
*.db-wal
|
||||||
|
.DS_Store
|
||||||
|
.env
|
||||||
|
*.exe
|
||||||
|
opencode.json
|
||||||
|
tmp/
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ services:
|
|||||||
- HTTP_PROXY=${HTTP_PROXY}
|
- HTTP_PROXY=${HTTP_PROXY}
|
||||||
- HTTPS_PROXY=${HTTPS_PROXY}
|
- HTTPS_PROXY=${HTTPS_PROXY}
|
||||||
- DB_PATH=${DB_PATH}
|
- DB_PATH=${DB_PATH}
|
||||||
|
- COOKIES_FILE=${COOKIES_FILE}
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
volumes:
|
volumes:
|
||||||
- uptodown_data:/data
|
- uptodown_data:/data
|
||||||
|
|||||||
Reference in New Issue
Block a user