Skip to content

Commit 696f84f

Browse files
committed
chore: small tweaks
1 parent b5b2a26 commit 696f84f

3 files changed

Lines changed: 2289 additions & 3626 deletions

File tree

docker-compose.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ services:
1919
retries: 3
2020

2121
postgres:
22-
image: postgres:15
22+
image: postgres:16
2323
restart: always
2424
container_name: db
2525
ports:
2626
- '5432:5432'
27-
env_file:
28-
- .env
27+
environment:
28+
POSTGRES_USER: myuser
29+
POSTGRES_PASSWORD: mypassword
30+
POSTGRES_DB: postgres
2931
volumes:
3032
- pgdata:/var/lib/postgresql/data
3133

0 commit comments

Comments
 (0)