Skip to content

Commit

Permalink
Update docker-compose.db.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimachinskiy authored Sep 10, 2023
1 parent 6d98f88 commit 8fde8af
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-compose.db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ version: "3.8"
services:
db:
image: postgres:14
build:
context: .
args:
UID: 1000
GID: 1000
container_name: db
restart: always
args:
UID: 1000
GID: 1000
volumes:
- ./configs/postgres:/docker-entrypoint-initdb.d
- db_data:/var/lib/postgresql/data
Expand Down

0 comments on commit 8fde8af

Please sign in to comment.