.drone.yml and docker-compose.yml fix
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:
@@ -19,7 +19,7 @@ steps:
|
|||||||
- name: build and push
|
- name: build and push
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: localhost:5000/link-shortener
|
repo: registry:5000/link-shortener
|
||||||
dockerfile: dockerfile
|
dockerfile: dockerfile
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
|
|||||||
@@ -14,6 +14,10 @@ services:
|
|||||||
- 8080
|
- 8080
|
||||||
environment:
|
environment:
|
||||||
- SERVER_HOST=localhost
|
- SERVER_HOST=localhost
|
||||||
|
- VIRTUAL_HOST=link.dusiburg.ru
|
||||||
|
- VIRTUAL_PORT=8080
|
||||||
|
- LETSENCRYPT_HOST=link.dusiburg.ru
|
||||||
|
- LETSENCRYPT_EMAIL=rezcjikov@mail.ru
|
||||||
- SERVER_PORT=8080
|
- SERVER_PORT=8080
|
||||||
- REDIS_URL=redis://redis:6379
|
- REDIS_URL=redis://redis:6379
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user