This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
apicurio-studio-mysql: | |
image: 'percona:5.7' | |
command: [ | |
'--character-set-server=utf8mb4', | |
'--collation-server=utf8mb4_unicode_ci' | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian:9 | |
RUN apt-get -y update && apt-get -y install dbus-x11 zenity libnotify-cil-dev kmod build-essential gksu | |
#RUN apt-get -y update && apt-get -y install dbus-x11 zenity xterm firefox nano libnotify-cil-dev | |
ADD VMware-Workstation-Full-12.5.7-5813279.x86_64.bundle . | |
RUN ./VMware-Workstation-Full-12.5.7-5813279.x86_64.bundle --eulas-agreed --required | |
RUN rm VMware-Workstation-Full-12.5.7-5813279.x86_64.bundle | |
ADD entrypoint.sh /root/entrypoint.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is the empty file you have to create in traefik/certificates.json, as mentioned in Traefik's docker-compose.yml file | |
This file will contain your private keys, so remember to perform a 'chmod 600' on it or else Traefik won't store anything in it |