add Docker and Drone boilerplate
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
5512a19e1f
commit
4da6e4b064
6 changed files with 117 additions and 0 deletions
17
docker/docker-compose.testing.yml
Normal file
17
docker/docker-compose.testing.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
web:
|
||||
build: ..
|
||||
restart: always
|
||||
networks:
|
||||
- traefik
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.notecat.rule=Host(`notecat.dev.0xbd.space`)
|
||||
- traefik.http.routers.notecat.tls=true
|
||||
- traefik.http.routers.notecat.tls.certresolver=letsencrypt
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
external: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue