##// END OF EJS Templates
docker: added all the initial docker files...
docker: added all the initial docker files compose: added initial setup - fix db password secret, fix SVN as aservice 4.24.0 changes Docker: fixes for 4.24.X deployment Setup: added final fixes Config files cleanups Fix license fix

File last commit:

r1:29323844
r1:29323844
Show More
rhodecode_database.dockerfile
3 lines | 140 B | text/plain | DockerLexer
/ service / database / rhodecode_database.dockerfile
FROM library/postgres:13.1
COPY service/database/customized.conf /etc/conf.d/pg_customized.conf
CMD ["postgres", "-c", "log_statement=ddl"]