##// 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
docker: recent changes for build
r3 ARG POSTGRES_BUILD
FROM library/postgres:$POSTGRES_BUILD
docker: added all the initial docker files...
r1
docker-setup...
r8 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"]