aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.env.yaml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove gpodder.net sync software from the serverEuAndreh2020-08-061-20/+0
* Don't restart gpodder when error occurs•••It's not working right now, so let's not restart it. EuAndreh2020-08-051-1/+1
* Custom vhost body size configuration for NextcloudEuAndreh2020-08-051-1/+1
* Add gpodder environment variablesEuAndreh2020-08-051-0/+3
* Add gpodder container initial implementationEuAndreh2020-08-051-0/+16
* Checkpoint: working Nextcloud installation with configured trusted domainsEuAndreh2020-08-051-13/+17
* Update docker volume mapping configuration•••Based on: https://github.com/buchdag/letsencrypt-nginx-proxy-companion-compose/blob/master/2-containers/compose-v3/environment/docker-compose.yaml EuAndreh2020-08-031-5/+9
* docker-compose.env.yaml: Add /etc/nginx/vhost.d as a volue for letsencrypt co...EuAndreh2020-08-021-0/+1
* Upgrade docker-compose.env.yaml from 2 to 3EuAndreh2020-08-021-6/+18
* docker-compose.yaml: change name of letsencrypt container nameEuAndreh2020-08-021-1/+1
* docker-compose.yaml: Remove wallabag containerEuAndreh2020-08-021-18/+0
* Use Ansible instead of Bash for provisioning•••The deployment is not quite working, and I'm unable to test right now: DigitalOcean is returning 503 for my requests. As of this commit, I can run =ansible-playbook provider.yml= more than once and it will actually be idempotent. Notes: - SSH fingerprint are now taken from the public key file instead of manually supplying it in the terraform template using the =digitalocean_ssh_key= resource; - use Ansible instead of ad-hoc Bash scripts for provisioning the Droplets created by Terraform; - use the =filename.env.extension= to create the concrete files in CI; - use the =user_data= to add the know SSH key pair to the newly created Droplet; - add =rotate-ssh-keys.sh= utils; EuAndreh2019-06-051-0/+78