api/compose.yml
2024-07-28 18:25:05 -04:00

17 lines
260 B
YAML

version: '3.9'
services:
fsapi:
image: salmonllama/fashionscape-api:latest
restart: always
environment:
PG_URI:
PG_PORT:
PG_USER:
PG_PASS:
PG_DB:
ports:
- "8888:8888"
container_name: fashionscape-api