update podman compose
This commit is contained in:
parent
595e246456
commit
2f66d8455b
1 changed files with 6 additions and 5 deletions
|
@ -1,14 +1,15 @@
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: 'docker.io/library/postgres:17-alpine'
|
image: 'docker.io/library/postgres:17-alpine'
|
||||||
|
container_name: 'gregory-pg'
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: 'ChangeMeeeeeeeeeeeeee'
|
|
||||||
# if there's already a he/him gregory down the hall, then change it to gregory_it_its, to make sure you know it's gregory, the program, not gregory the he/him down the hall
|
# if there's already a he/him gregory down the hall, then change it to gregory_it_its, to make sure you know it's gregory, the program, not gregory the he/him down the hall
|
||||||
# ig if there's an it/its gregory already then they just have to change their name to Its Majesty Queen Henry the Eighth
|
# ig if there's an it/its gregory already then they just have to change their name to Its Majesty Queen Henry the Eighth
|
||||||
# oops sorry it/its gregory down the hall, correction: it just has to changes its name
|
# oops sorry it/its gregory down the hall, correction: it just has to changes its name
|
||||||
POSTGRES_USER: 'gregory'
|
POSTGRES_USER: 'gregory'
|
||||||
POSTGRES_DB: 'gregory'
|
POSTGRES_DB: 'gregory'
|
||||||
volumes:
|
POSTGRES_PASSWORD: 'pass'
|
||||||
- './gregory-pg:/var/lib/postgresql/data'
|
volumes:
|
||||||
ports:
|
- './dev/gregory-pg:/var/lib/postgresql/data'
|
||||||
- '5432:5432'
|
|
||||||
|
# TODO: Add gregory docker
|
Loading…
Add table
Add a link
Reference in a new issue