Skip to content

Commit

Permalink
revert: some forgotten changes in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
juanAngel committed Jan 14, 2023
1 parent 3731d03 commit d8c5c26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ services:
ipv4_address: 10.10.10.2
db:
image: postgres
container_name: db
environment:
POSTGRES_DB: nostr_ts_relay
POSTGRES_USER: nostr_ts_relay
Expand All @@ -67,6 +68,7 @@ services:
start_period: 360s
cache:
image: redis:7.0.5-alpine3.16
container_name: cache
volumes:
- cache:/data
command: redis-server --save 20 1 --loglevel warning --requirepass nostr_ts_relay
Expand All @@ -81,6 +83,7 @@ services:
retries: 5
migrations:
image: node:18-alpine3.16
container_name: migrations
environment:
DB_HOST: db
DB_PORT: 5432
Expand Down

0 comments on commit d8c5c26

Please # to comment.