Skip to content
Snippets Groups Projects
Commit ca284d54 authored by Igor Witz's avatar Igor Witz
Browse files

Update pica-etherpad/Dockerfile,...

Update pica-etherpad/Dockerfile, pica-etherpad/secrets/etherpad-app.secrets.test, pica-etherpad/secrets/etherpad-db.secrets.test, pica-etherpad/secrets/etherpad-app.secrets.production, pica-etherpad/secrets/etherpad-db.secrets.production files
Deleted pica-etherpad/secrets/etherpad-app.secrets.example, pica-etherpad/secrets/etherpad-db.secrets.example files
parent 68a224b6
No related branches found
No related tags found
1 merge request!35Gestion des secrets
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
FROM node:10-slim as base FROM node:10-slim as base
LABEL maintainer="antoine@barbare.me" LABEL maintainer="antoine@barbare.me"
ARG ETHERPAD_VERSION_BUILD=1.7.0 ARG ETHERPAD_VERSION_BUILD=1.7.5
ARG ETHERPAD_LANDING_PAGE_VERSION_BUILD=v0.1 ARG ETHERPAD_LANDING_PAGE_VERSION_BUILD=v0.1
ARG NODE_ENV_BUILD=production ARG NODE_ENV_BUILD=production
......
ETHERPAD_ADMIN_PASSWORD=password
ETHERPAD_DB_NAME=db_name
ETHERPAD_DB_USER=user
ETHERPAD_DB_PASSWORD=password
MYSQL_PORT_3306_TCP_ADDR=mysql
\ No newline at end of file
ETHERPAD_ADMIN_PASSWORD=password
ETHERPAD_DB_NAME=db_name
ETHERPAD_DB_USER=user
ETHERPAD_DB_PASSWORD=password
MYSQL_PORT_3306_TCP_ADDR=mysql
\ No newline at end of file
MYSQL_ROOT_PASSWORD=password
MYSQL_USER=user
MYSQL_PASSWORD=password
MYSQL_DATABASE=database
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment