feat: added template compose file
This commit is contained in:
parent
86a7f130aa
commit
48179be2ea
16
compose.yml
Normal file
16
compose.yml
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user