「✨」 feat: Mandatory finished
This commit is contained in:
@ -31,7 +31,7 @@ services:
|
||||
- ./configs/nginx/templates:/etc/nginx/templates
|
||||
- ./configs/nginx/entry:/docker-entrypoint.d
|
||||
ports:
|
||||
- "8443:8443"
|
||||
- "443:443"
|
||||
restart: unless-stopped
|
||||
|
||||
wordpress-php:
|
||||
@ -52,7 +52,7 @@ services:
|
||||
- WP_ADMIN_EMAIL=contact@kanel.ovh
|
||||
- WP_ADMIN_USER=kanel
|
||||
- WP_ADMIN_PASS=alpine
|
||||
- WP_URL=localhost:8443
|
||||
- WP_URL=adjoly.42.fr
|
||||
- WP_TITLE=Kanel Supremacy
|
||||
- WP_SEARCH_ENGINE_VISIBILITY=false
|
||||
- PHP_MEMORY_LIMIT="512M"
|
||||
|
@ -39,4 +39,4 @@ WORKDIR /var/lib/mysql
|
||||
|
||||
EXPOSE 3306
|
||||
CMD [ "mariadbd", "--user=mysql" ]
|
||||
HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=1s --start-interval=2s CMD /docker-healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=2s --start-interval=2s CMD /docker-healthcheck
|
||||
|
@ -37,4 +37,4 @@ STOPSIGNAL SIGQUIT
|
||||
|
||||
EXPOSE 80
|
||||
CMD [ "nginx", "-g", "daemon off;" ]
|
||||
HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=1s --start-interval=2s CMD curl http://127.0.0.1:80/health || exit 1
|
||||
HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=2s --start-interval=2s CMD curl http://127.0.0.1:80/health || exit 1
|
||||
|
@ -58,4 +58,4 @@ STOPSIGNAL SIGQUIT
|
||||
|
||||
EXPOSE 9000
|
||||
CMD [ "php-fpm84", "-F" ]
|
||||
HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=1s --start-interval=2s CMD cgi-fcgi -bind -connect 127.0.0.1:${PHP_PORT:-9000} || exit 1
|
||||
HEALTHCHECK --interval=30s --timeout=10s --retries=3 --start-period=2s --start-interval=2s CMD cgi-fcgi -bind -connect 127.0.0.1:${PHP_PORT:-9000} || exit 1
|
||||
|
Reference in New Issue
Block a user