Einrichtung der Entwicklungsumgebung #8

Closed
opened 2023-12-19 07:24:51 +00:00 by Luca7255 · 1 comment
Owner
No description provided.
Luca7255 added this to the MS 2 milestone 2023-12-19 07:24:51 +00:00
Luca7255 added this to the dwl-organisation project 2023-12-19 07:26:36 +00:00
Luca7255 self-assigned this 2023-12-19 07:28:22 +00:00
Owner

Entwicklungsumgebung

Docker Stack

  • PostgreSQL container
  • NodeJS container (NextJS)

Docker Compose

name: dwldash
services:
    postgres:
        volumes:
            - /var/run/dwldash/docker/postgres:/var/lib/postgres
        restart: no
        environment:
          POSTGRES_PASSWORD: bQnroQrK9uUrq7
        image: postgres
	app:
        volumes:
            - /var/run/dwldash/docker/data:/dwldash
        restart: no
        environment:
			DATABASE_URL: postgres://postgres:bQnroQrK9uUrq7@postgres:5432/DWL
        image: postgres
## Entwicklungsumgebung ### Docker Stack - PostgreSQL container - NodeJS container (NextJS) ### Docker Compose ```dockerfile name: dwldash services: postgres: volumes: - /var/run/dwldash/docker/postgres:/var/lib/postgres restart: no environment: POSTGRES_PASSWORD: bQnroQrK9uUrq7 image: postgres app: volumes: - /var/run/dwldash/docker/data:/dwldash restart: no environment: DATABASE_URL: postgres://postgres:bQnroQrK9uUrq7@postgres:5432/DWL image: postgres ```
niggo closed this issue 2023-12-19 07:46:06 +00:00
niggo self-assigned this 2023-12-19 07:46:18 +00:00
Luca7255 was unassigned by niggo 2023-12-19 07:46:18 +00:00
niggo added the
Organisation
label 2023-12-19 08:01:30 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: BKRheine/dwldashboard#8
No description provided.