░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/docker-compose/postgres
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: Dockerfile
ARG POSTGRES=14 ARG POSTGRESIMAGE=postgres FROM $POSTGRESIMAGE:$POSTGRES RUN echo "max_locks_per_transaction = 640" >> /usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample \ && echo "max_stack_depth = 5MB" >> /usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample \ && echo "random_page_cost = 1.0" >> /usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample \ && echo "shared_buffers = 256MB" >> /usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample \ && echo "effective_cache_size = 256MB" >> /usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample COPY /create-dbs.sh /docker-entrypoint-initdb.d/ COPY /wait-for-it /
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 create-dbs.sh
SH
428 B
2023-09-24 03:36
EDIT
📄 Dockerfile
?
627 B
2023-09-24 03:36
EDIT
📄 wait-for-it
?
320 B
2023-09-24 03:36
EDIT