21 lines
280 B
YAML
21 lines
280 B
YAML
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
|