Compare commits
1 Commits
291dace07a
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 9764402ef2 |
BIN
data/dev.db
BIN
data/dev.db
Binary file not shown.
@@ -4,13 +4,16 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- '3011:3000'
|
- "3009:3000"
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- DATABASE_URL=file:/app/data/dev.db
|
- DATABASE_URL=file:/app/data/dev.db
|
||||||
- AUTH_SECRET=${AUTH_SECRET:-your-secret-key-change-in-production}
|
- AUTH_SECRET=${AUTH_SECRET:-your-secret-key-change-in-production}
|
||||||
- AUTH_TRUST_HOST=true
|
- AUTH_TRUST_HOST=true
|
||||||
- AUTH_URL=${AUTH_URL:-http://localhost:3011}
|
- AUTH_URL=${AUTH_URL:-https://workshop-manager.julienfroidefond.com}
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "com.centurylinklabs.watchtower.enable=false"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user