WIP: Switch to NixOS #5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[services.postgres]
|
[services.postgres]
|
||||||
container_name = "postgres"
|
container_name = "postgres"
|
||||||
image = "postgres:13"
|
image = "postgres:14"
|
||||||
environment = ["TZ=Europe/Helsinki", "POSTGRES_PASSWORD=12345"]
|
environment = ["TZ=Europe/Helsinki", "POSTGRES_PASSWORD=12345"]
|
||||||
ports = ["5432:5432"]
|
ports = ["5432:5432"]
|
||||||
networks = ["postgres"]
|
networks = ["postgres"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue