fixes
Build and Publish Containers / build-and-push (., backend/Dockerfile, rmtpocketwatcher-backend, backend) (push) Failing after 1m43s
Build and Publish Containers / build-and-push (., backend/Dockerfile, rmtpocketwatcher-backend, backend) (push) Failing after 1m43s
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ env.REGISTRY_USERNAME }}
|
username: HRiggs
|
||||||
password: ${{ env.REGISTRY_PASSWORD }}
|
password: ${{ env.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
|
|||||||
@@ -20,10 +20,8 @@ services:
|
|||||||
retries: 5
|
retries: 5
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
build:
|
image: ${DOCKER_REGISTRY:-git.hudsonriggs.systems}/${DOCKER_IMAGE:-hudsonriggssystems/rmtpocketwatcher-backend}:${IMAGE_TAG:-latest}
|
||||||
context: ../backend
|
pull_policy: always
|
||||||
dockerfile: Dockerfile
|
|
||||||
pull_policy: build
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ POSTGRES_PASSWORD=your_secure_password_here
|
|||||||
POSTGRES_DB=rmtpocketwatcher
|
POSTGRES_DB=rmtpocketwatcher
|
||||||
|
|
||||||
# Docker Registry Configuration
|
# Docker Registry Configuration
|
||||||
DOCKER_REGISTRY=your-gitea.example.com
|
DOCKER_REGISTRY=git.hudsonriggs.systems
|
||||||
DOCKER_IMAGE=your-org-or-user/rmtpocketwatcher-backend
|
DOCKER_IMAGE=hudsonriggssystems/rmtpocketwatcher-backend
|
||||||
IMAGE_TAG=latest
|
IMAGE_TAG=latest
|
||||||
|
|
||||||
# Backend Configuration
|
# Backend Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user