.drone.yml and docker-compose.yml fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-21 16:05:33 +03:00
parent 95fad4b171
commit 7f7dfca40a
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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: