feat: added template compose file

This commit is contained in:
Alyx Gryczewski 2024-07-28 13:11:31 -04:00
parent 86a7f130aa
commit 48179be2ea

16
compose.yml Normal file
View File

@ -0,0 +1,16 @@
version: '3.9'
services:
fsapi:
image: salmonllama/fashionscape-api:latest
restart: always
environment:
DB_URI:
DB_PORT:
DB_USER:
DB_PASS:
DB_DATA:
ports:
- "8888:8888"
container_name: fashionscape-api