Skip to content

Commit

Permalink
add postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Jul 20, 2024
1 parent 42fe404 commit db80b71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ services:
image: bitnami/redis
environment:
- ALLOW_EMPTY_PASSWORD=yes
postgres:
image: postgresql
environment:
- POSTGRES_PASSWORD=password
- PGDATA=/var/lib/postgresql/data/pgdata
volumes:
- ./data/pgdata:/var/lib/postgresql/data/pgdata
caddy:
image: caddy
volumes:
Expand Down

0 comments on commit db80b71

Please sign in to comment.