18 lines
505 B
YAML
18 lines
505 B
YAML
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
|