test / docker-compose.yml
broskiiii's picture
Initial commit including Dockerized FastApi app
8d1d8b8
raw
history blame contribute delete
216 Bytes
version: '3.8'
services:
antiphish:
build:
context: .
args:
HUGGING_FACE_TOKEN: ${HUGGING_FACE_TOKEN}
ports:
- "7860:7860"
env_file:
- .env
restart: unless-stopped