Skip to content

Commit

Permalink
install postgres.container
Browse files Browse the repository at this point in the history
  • Loading branch information
escoand authored Oct 20, 2024
1 parent 0b16973 commit 0bf8a56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion systemd/postgres.container
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ Image=docker.io/library/postgres:15.8-alpine
Secret=POSTGRES_DB,type=env
Secret=POSTGRES_PASSWORD,type=env
Secret=POSTGRES_USER,type=env
Volume=postgres:/var/lib/postgresql/data
Volume=postgres:/var/lib/postgresql/data

[Install]
WantedBy=multi-user.target default.target

0 comments on commit 0bf8a56

Please sign in to comment.