Commit Graph

13 Commits

Author SHA1 Message Date
587b85f36b
fix yaml formatting
All checks were successful
continuous-integration/drone/push Build is passing
2022-03-22 14:39:45 +01:00
ed443c7875
chore: bump submodule revision
All checks were successful
continuous-integration/drone/push Build is passing
2022-03-20 18:56:34 +01:00
bf7f5fc8a4
chore: update hugo-book submodule to a656d711bf
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-02 11:42:44 +02:00
b4ab35a203
add DNSCrypt to the list of services
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-07 13:02:30 +02:00
54dab7d1da
compose: disable the container for (any) traefik
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-04 03:26:50 +02:00
a1332b1df3
compose: don't use docker socket mount
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-04 03:22:50 +02:00
a10f717a30
fix(ci): specify the project before the up command
All checks were successful
continuous-integration/drone/push Build is passing
* compose ignores the project value if specified later
* issue introduced in 9ec93b4
2021-07-28 14:40:39 +02:00
9ec93b4352
ci/compose: add project name using a drone env var
All checks were successful
continuous-integration/drone/push Build is passing
there was an issue where https://git.dotya.ml/dotya.ml/homepage
containers were getting orphaned when this project was deployed.

messages like the following were printed:
Removing orphan container "src_homepage_2"
Removing orphan container "src_homepage_4"
Removing orphan container "src_reverse-proxy_1"
Removing orphan container "src_homepage_3"
Removing orphan container "src_homepage_1"

The author of the accepted answer of a related SO thread links to
docker-compose documentation, explaining how setting a project variable
should resolve this.

the COMPOSE_PROJECT_NAME environment variable is likely the same for
both projects in question here (homepage and docs) as they're both being
deployed by drone from the /drone/src directory, which is also set by
drone as the WORKDIR). basename - here src - is used as the project name
if not specified otherwise.

to conclude, running both [compose deployments] with a unique project
name should fix the issue.

refs:
https://stackoverflow.com/a/59173539
https://docs.docker.com/compose/reference/overview/#use--p-to-specify-a-project-name
https://docs.docker.com/compose/reference/envvars/#compose_project_name

fix #1
2021-07-24 15:36:21 +02:00
4bc2650892
ci: add a deploy step using docker-compose
All checks were successful
continuous-integration/drone/push Build is passing
docs image is built JIT from Dockerfile.
the logic for the compose file is based on the one used in
https://git.dotya.ml/dotya.ml/homepage yet the traefik part was not
used.
2021-07-24 15:17:32 +02:00
c0c05e1aee
change baseurl to / to support reverse proxies
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-24 14:41:40 +02:00
d30188d872
README.md: add build status badge
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/push Build is passing
2021-03-15 11:47:57 +01:00
7acb7c05b2
ci: add .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2021-03-15 11:42:49 +01:00
5bf94983c5
initial commit 2021-03-15 11:42:43 +01:00