Bump version to 1.7.8
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
app:
|
||||
image: mcr.microsoft.com/devcontainers/javascript-node:20
|
||||
volumes:
|
||||
- ..:/workspace:cached
|
||||
environment:
|
||||
DB_HOST: host.docker.internal
|
||||
DB_USER: logbuch
|
||||
DB_PASS: Ds!?f?f6X5B2
|
||||
DB_NAME: sternwarte
|
||||
DB_PORT: 3336
|
||||
AUTH_SECRET: 75c3075e200d50f2273c60edcea5aca58796831e2c99ce2a69fca0005d5920cd
|
||||
DEFAULT_PASSWORD: welzheim
|
||||
NODE_ENV: development
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
command: sleep infinity
|
||||
Reference in New Issue
Block a user