This commit is contained in:
hailin 2025-05-16 00:13:19 +08:00
parent 589247f2fc
commit e70d25a81f
2 changed files with 3 additions and 3 deletions

View File

@ -490,6 +490,6 @@ RUN curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/
ENV PATH="${PATH}:/nix/var/nix/profiles/default/bin"
#ENTRYPOINT ["/usr/bin/supervisord"]
ENTRYPOINT ["/usr/bin/supervisord"]
#CMD ["-c", "/etc/supervisord.conf"]
CMD ["-c", "/etc/supervisord.conf"]

View File

@ -16,7 +16,7 @@ command=/usr/local/bin/docker-entrypoint.sh postgres -D /etc/postgresql
autorestart=true
stdout_logfile=/var/log/postgres.out.log
stderr_logfile=/var/log/postgres.err.log
environment=POSTGRES_USER="supabase_admin",POSTGRES_PASSWORD="postgres",POSTGRES_DB="postgres",PGDATA="/etc/postgresql"
environment=POSTGRES_USER="supabase_admin",POSTGRES_PASSWORD="postgres",POSTGRES_DB="postgres",PGDATA="/var/lib/postgresql/data"
# [program:kong]