Rename docker-compose.*.yaml to compose*.yaml

This commit is contained in:
Bram Veenboer
2025-06-17 16:02:01 +02:00
parent ea4b32d2ce
commit 764ebb400a
30 changed files with 46 additions and 46 deletions

10
compose.ghost.yaml Normal file
View File

@@ -0,0 +1,10 @@
services:
ghost:
container_name: ghost
image: ghost:1.21.5
ports:
- 2368:2368
restart: unless-stopped
volumes:
- /opt/ghost/content:/var/lib/ghost/content
- /opt/ghost/etc/config.production.json:/var/lib/ghost/config.production.json