Create docker crate #6

Merged
steffo merged 8 commits from feature/docker into main 2024-12-12 03:39:42 +00:00
Showing only changes of commit ef9671562d - Show all commits

View file

@ -51,6 +51,12 @@ services:
- type: "volume" - type: "volume"
source: "postgres_data" source: "postgres_data"
target: "/var/lib/postgresql/data" target: "/var/lib/postgresql/data"
ports:
# FIXME: for development purposes only
- protocol: "tcp"
host_ip: "127.0.0.1"
target: 5432
published: 5432
expose: expose:
- 5432 - 5432
healthcheck: healthcheck: