add nsfw api

This commit is contained in:
2022-12-05 12:55:50 +08:00
parent 2422beefd8
commit 9419505a05
3 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
version: "3.0"
services:
app:
container_name: nsfw_api
image: "ghcr.io/arnidan/nsfw-api:latest"
ports:
- "3000:3000"
restart: unless-stopped
networks:
nginx:
aliases:
- nsfw_api
networks:
nginx:
external: true