add nsfw api
This commit is contained in:
16
Docker/nsfw-api/docker-compose.yml
Normal file
16
Docker/nsfw-api/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user