Martin Schnabel

Results 4 comments of Martin Schnabel

I got it running with changeing one line in `db/entrypoint.sh` # Run the postgresql entrypoint exec /docker-entrypoint.sh $@

It is not secure to pass credentials as parameters on command line because other processes/users can see them on the process list (ps).

``/opt/traefik/acme`` should be a volume. I ran into rate-limit after upgrading to v1.2.3-rancher1

KV is the best option for production, but its nice to have volume for development. I tried https://github.com/rawmind0/service-catalog but its not creating any service. I think the reason is that...