This repository has been archived on 2025-10-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
helseveileder/backend/docker-compose.yml

14 lines
273 B
YAML
Raw Normal View History

version: "3.9"
services:
postgres:
image: postgres:14-alpine
ports:
- 5432:5432
volumes:
- ~/apps/postgres:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=helse123
- POSTGRES_USER=admin
- POSTGRES_DB=helseveileder