I hereby claim:
- I am bresnow on github.
- I am bresnow (https://keybase.io/bresnow) on keybase.
- I have a public key ASAnMjsIecn1GicTQFySCNJ7zFBfDydlmrOam-GY7XZpCgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
init(){ | |
GHOST_USER='<your-un>' # <----- change | |
GHOST_DIR='/var/www/ghost' | |
GHOST_URL='https://<your-domain>' # <----- change the domain. leave the 'https://' | |
DB_HOST="localhost" | |
DB_PASSWD=$(print_random_string 20) | |
} | |
print_random_string() | |
{ |
version: '3' | |
services: | |
# Docker Swarm Gun Peer. To deploy traefik follow recipe at https://dockerswarm.rocks/traefik/ | |
# NOTE: This certresolver is 'http' not 'le' | |
gun: | |
image: gundb/gun:latest | |
networks: | |
- gun | |
- traefik-public |