feat(dc): add docker-compose
This commit is contained in:
parent
b40cb1fb5a
commit
7c56d9a30a
1 changed files with 16 additions and 0 deletions
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
services:
|
||||||
|
|
||||||
|
blog:
|
||||||
|
image: git.martin.md/radu/blog:latest@sha256:8bee3e8a5bd83522fe4fdb3f082f98357d956800a07833edb3eed837f93000cd
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.blog.rule=Host(`blog.martin.md`)"
|
||||||
|
- "traefik.http.routers.blog.entrypoints=websecure"
|
||||||
|
networks:
|
||||||
|
- traefik
|
||||||
|
|
||||||
|
networks:
|
||||||
|
traefik:
|
||||||
|
external: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue