add cloudreve aira2 nsfwjs

This commit is contained in:
2022-04-19 14:46:56 +08:00
parent 8af3d9fb4f
commit 4ffc142e6a
3 changed files with 72 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
version: "3.0"
services:
app:
container_name: nsfw-api
image: eugencepoi/nsfw_api:latest
ports:
- "5000:5000"
environment:
- PORT=5000
networks:
nginx:
aliases:
- nsfw_api
networks:
nignx:
external: true