This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
helseveileder/backend/docker-compose.yml
haraldnilsen 3b7d4e0021 🎉 init backend
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
2023-12-14 20:50:06 +01:00

13 lines
273 B
YAML

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