pixivfe/docker-compose.yml
2023-06-12 13:53:35 -04:00

11 lines
197 B
YAML

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