first commit
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
DATABASE_URL: "file:./data/dev.db"
|
||||
volumes:
|
||||
- app-data:/app/data
|
||||
|
||||
volumes:
|
||||
app-data:
|
||||
Reference in New Issue
Block a user