Compare commits
2 Commits
79a38f31e0
...
d3d0abdfdc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3d0abdfdc | ||
|
|
ae2f62bf7c |
@ -33,6 +33,7 @@ A containerized Wordpress, MySQL stack using [this official upstream project Doc
|
|||||||
---
|
---
|
||||||
#### docker-compose.yml
|
#### docker-compose.yml
|
||||||
##### To Do
|
##### To Do
|
||||||
|
- `certbot certonly -d equilibrateit.com -d equilibrateit.ca`
|
||||||
- mysql 8.1
|
- mysql 8.1
|
||||||
- Investigate php-fpm arch?
|
- Investigate php-fpm arch?
|
||||||
|
|
||||||
|
|||||||
@ -5,4 +5,5 @@
|
|||||||
|
|
||||||
roles:
|
roles:
|
||||||
- podman-host
|
- podman-host
|
||||||
|
- repo-epel
|
||||||
- certbot
|
- certbot
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
FROM wordpress:6.6.1-php8.2-apache
|
FROM wordpress:6.6.1-php8.2-apache
|
||||||
|
|
||||||
COPY /etc/letsencrypt/live/equilibrateit.com/privkey.pem /etc/ssl/certs/
|
COPY ./fullchain.pem /etc/ssl/certs/
|
||||||
COPY /etc/letsencrypt/live/equilibrateit.com/fullchain.pem /etc/ssl/private/
|
COPY ./privkey.pem /etc/ssl/private/
|
||||||
|
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
{ \
|
{ \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user