pixivfe/docker-compose.yml
2023-06-13 16:07:28 +07:00

13 lines
214 B
YAML

version: "3.9"
services:
pixivfe:
build:
context: .
dockerfile: ./Dockerfile
ports:
- "8080:8080"
restart: "always"
environment:
- PIXIVFE_TOKEN=TOKEN HERE
pid: "host"