gitea action runner
This commit is contained in:
@@ -2,9 +2,9 @@ version: "3"
|
||||
services:
|
||||
ghost:
|
||||
image: ghost:latest
|
||||
build:
|
||||
context: ./nginx
|
||||
dockerfile: Dockerfile
|
||||
# build:
|
||||
# context: ./nginx
|
||||
# dockerfile: Dockerfile
|
||||
volumes:
|
||||
- /srv/ghost:/var/lib/ghost/content
|
||||
environment:
|
||||
@@ -16,9 +16,11 @@ services:
|
||||
# database__connection__user: root
|
||||
# database__connection__password: RJbhYNaCEB3fu8cbtkteetxTR5LtZjnPsqATGgPZ
|
||||
# database__connection__database: ghost
|
||||
volumes:
|
||||
- /home/ghost/content:/var/lib/ghost/content/data
|
||||
networks:
|
||||
- traefik
|
||||
- default
|
||||
# - default
|
||||
# depends_on:
|
||||
# - ghost_db
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user