Initial
This commit is contained in:
9
docker-compose.local.yml
Normal file
9
docker-compose.local.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
listify:
|
||||
image: listify:local
|
||||
build:
|
||||
context: .
|
||||
env_file:
|
||||
- ./listify-api/.env
|
||||
ports:
|
||||
- "8080:80"
|
||||
Reference in New Issue
Block a user