This is the initial push of the outline of the life dashboard
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
life:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- DATABASE_URL=postgresql://admin:AAAbraK!!!@postgres:5432/life
|
||||
- AUTH_USERNAME=will
|
||||
- AUTH_PASSWORD=${AUTH_PASSWORD:-changeme}
|
||||
- JWT_SECRET=${JWT_SECRET:-changeme-secret}
|
||||
networks:
|
||||
- web
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
Reference in New Issue
Block a user