mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
24 lines
526 B
YAML
24 lines
526 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
pixivfe:
|
|
container_name: pixivfe
|
|
hostname: pixivfe
|
|
restart: always
|
|
user: 65534:65534
|
|
read_only: true
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
cap_drop:
|
|
- ALL
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "8282:8282"
|
|
environment:
|
|
# Visit https://codeberg.org/VnPower/PixivFE/wiki/Environment-variables for more details
|
|
- PIXIVFE_TOKEN=changethis
|
|
- PIXIVFE_PORT=8282
|
|
- PIXIVFE_IMAGEPROXY=pximg.cocomi.cf
|