CI test
Some checks failed
Build, Push and Deploy / build-and-deploy (push) Failing after 13s

This commit is contained in:
Murat Özkorkmaz
2025-10-22 00:46:06 +02:00
parent bd8218a243
commit 084960a34a
2 changed files with 26 additions and 64 deletions

View File

@@ -3,9 +3,6 @@ services:
image: ${REGISTRY_URL}/${NAMESPACE}/${REPO_NAME}:${IMAGE_TAG:-latest}
container_name: skamp-app
restart: unless-stopped
depends_on:
postgres:
condition: service_healthy
ports:
- "${APP_PORT:-8080}:8080"
environment:
@@ -45,8 +42,6 @@ services:
start_period: 60s
volumes:
postgres_data:
driver: local
app_logs:
driver: local