Skip to content

Commit

Permalink
📝docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
blinko-space committed Oct 30, 2024
1 parent 6928fee commit 26ac1e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ services:
depends_on:
postgres:
condition: service_healthy
# volumes:
# - <your volumn>:/app/.blinko
volumes:
- ~/.blinko:/app/.blinko
restart: always
logging:
options:
Expand All @@ -40,8 +40,6 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: mysecretpassword
TZ: Asia/Shanghai
# volumes:
# - <your volumn>:/var/lib/postgresql/data
healthcheck:
test:
["CMD", "pg_isready", "-U", "postgres", "-d", "postgres"]
Expand Down

0 comments on commit 26ac1e3

Please sign in to comment.