Giter Site home page Giter Site logo

444noresponse's Introduction

Djordje's GitHub stats

  • 🔭 I’m currently working on kubectl, eksctl, helm
  • 🌱 I’m currently learning AWS Solution Architect Associate (SAA-C03)
  • 👯 I’m looking to collaborate on Kubernetes and AWS
  • 🤔 I’m looking for help with Kubernetes
  • 💬 Ask me about Devops and Cloud
  • 📫 How to reach me: [email protected]

Top Langs

444noresponse's People

Contributors

djordjevucinac82 avatar zvonimirr avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

444noresponse's Issues

Add phpmyadmin

Add phpmyadmin to docker-compose after I test current stack is working

Setup EC2 to init Docker

#!/bin/bash

Install docker ubuntu

apt-get update
apt-get install -y apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
add-apt-repository
"deb [arch=amd64] https://download.docker.com/linux/ubuntu
$(lsb_release -cs)
stable"
apt-get update
apt-get install -y docker-ce
usermod -aG docker ubuntu

Install docker-compose ubuntu

curl -L https://github.com/docker/compose/releases/download/1.21.0/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

use subdomains for WP and PMA

Wp - wordpress wp.444norsponse.com
PMA - phpmydadmin pma.444norsponse.com

Make new subdomains so pma can be HTTPS also
Edit Route 53 and certificate

nginx max size

need over 20mb to import Divi theme
client_max_body_size 8M;

WP FPM

WordPress image je FPM, ne treba mapirati ikakav port.
Samo nginx treba da bude otvoren (i eventualno phpMyAdmin).
U nginxu samo treba proxy passovati na FPM servis (wordpress:9000).

Check for latest images version

Versions:
mysql:8.0
wordpress:5.8.3-fpm
nginx:1.20.2-alpine
certbot/certbot
php
phpmyadmin:5.1.1-fpm
wp-cli
redis:6.0.16 or 6.2.6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.