feat: pin docker image and update build workflow
This commit is contained in:
parent
911331f02a
commit
5f3ca2e7af
2 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,7 @@ on:
|
||||||
- .gitignore
|
- .gitignore
|
||||||
- README.md
|
- README.md
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
- docker-compose.yml
|
||||||
|
|
||||||
# Allow one concurrent deployment
|
# Allow one concurrent deployment
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
services:
|
services:
|
||||||
|
|
||||||
blog:
|
blog:
|
||||||
image: git.martin.md/radu/blog:latest
|
image: git.martin.md/radu/blog:latestsha256:7ce28732c38924029d9a51e7a5085afbf17053275b3a8213b2caee1540e1ef69
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.blog.rule=Host(`blog.martin.md`)"
|
- "traefik.http.routers.blog.rule=Host(`${DC_BLOG_HOSTNAME:-blog.martin.md}`)"
|
||||||
- "traefik.http.routers.blog.entrypoints=websecure"
|
- "traefik.http.routers.blog.entrypoints=websecure"
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue