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:
@@ -20,10 +20,8 @@ services:
|
||||
retries: 5
|
||||
|
||||
backend:
|
||||
build:
|
||||
context: ../backend
|
||||
dockerfile: Dockerfile
|
||||
pull_policy: build
|
||||
image: ${DOCKER_REGISTRY:-git.hudsonriggs.systems}/${DOCKER_IMAGE:-hudsonriggssystems/rmtpocketwatcher-backend}:${IMAGE_TAG:-latest}
|
||||
pull_policy: always
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
postgres:
|
||||
|
||||
Reference in New Issue
Block a user