Skip to content

Commit

Permalink
remove auto migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
elvece committed Jun 17, 2024
1 parent 0a74517 commit 5a72ca3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ RUN groupadd -r postgres --gid=999; \

# project specific postgres env vars
ENV POSTGRES_HOST_AUTH_METHOD=trust \
NBXPLORER_AUTOMIGRATE=1 \
NBXPLORER_POSTGRES="User ID=postgres;Host=localhost;Port=5432;Application Name=nbxplorer;Database=nbxplorer" \
BTCPAY_EXPLORERPOSTGRES="User ID=postgres;Host=localhost;Port=5432;Application Name=nbxplorer;Database=nbxplorer" \
BTCPAY_POSTGRES="User ID=postgres;Host=localhost;Port=5432;Application Name=btcpayserver;Database=btcpayserver"
Expand Down

0 comments on commit 5a72ca3

Please sign in to comment.