##// END OF EJS Templates
.gitignore update with new rules
.gitignore update with new rules

File last commit:

r8:c7a7f840
r22:5e059bf7
Show More
rhodecode_database.dockerfile
5 lines | 226 B | text/plain | DockerLexer
/ service / database / rhodecode_database.dockerfile
ARG POSTGRES_BUILD
FROM library/postgres:$POSTGRES_BUILD
COPY service/database/pg_customized.conf /etc/conf.d/pg_customized.conf
CMD ["postgres", "-c", "log_statement=ddl", "-c", "config_file=/etc/conf.d/pg_customized.conf"]