pixivfe/docker-compose.yml

13 lines
214 B
YAML
Raw Normal View History

2023-06-12 17:53:35 +00:00
version: "3.9"
services:
pixivfe:
build:
context: .
dockerfile: ./Dockerfile
ports:
- "8080:8080"
2023-06-13 09:07:28 +00:00
restart: "always"
2023-06-12 17:53:35 +00:00
environment:
2023-06-13 09:07:28 +00:00
- PIXIVFE_TOKEN=TOKEN HERE
pid: "host"