pixivfe/docker-compose.yml

21 lines
362 B
YAML
Raw Permalink Normal View History

2023-07-15 04:22:56 +00:00
version: "3.7"
2023-06-12 17:53:35 +00:00
services:
pixivfe:
2023-07-15 04:22:56 +00:00
container_name: pixivfe
hostname: pixivfe
restart: always
user: 65534:65534
read_only: true
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
2023-06-12 17:53:35 +00:00
build:
context: .
2023-07-15 04:22:56 +00:00
dockerfile: Dockerfile
2023-06-12 17:53:35 +00:00
ports:
2023-08-27 02:34:55 +00:00
- "8282:8282"
2023-06-12 17:53:35 +00:00
environment:
2023-08-19 12:18:05 +00:00
- PIXIVFE_TOKEN=changethis