This commit is contained in:
felegy
2022-06-07 13:49:18 +02:00
commit 406542c680
101 changed files with 39737 additions and 0 deletions

20
docker-compose.yml Normal file
View File

@@ -0,0 +1,20 @@
version: "3.8"
services:
wordpress:
image: ghcr.io/hvg-dev/blog:${TAG-test}
restart: always
networks:
default:
name: blog
external: true
secrets:
SSL_CRT:
external: true
name: hvgblog.hu.crt
SSL_KEY:
external: true
name: hvgblog.hu.key