mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Completely untie the backend from the frontend.
Build nginx and mariadb together with the app image. Upgrade docker-compose configuration to 3 version. Add cleanup step to the gitlab-ci.
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
FROM phpmyadmin/phpmyadmin:4.7.9-1
|
||||
FROM phpmyadmin/phpmyadmin:4.8.5
|
||||
|
||||
RUN printf "\n\nrequire('./config.local.php');\n" >> /www/config.inc.php
|
||||
|
||||
COPY config.local.php /www/
|
||||
|
||||
ENTRYPOINT [ "/run.sh" ]
|
||||
CMD ["phpmyadmin"]
|
||||
COPY config.inc.php /usr/src/phpmyadmin/
|
||||
|
Reference in New Issue
Block a user