feat: fix
Laravel CI-CD / Tests Unitaires (push) Successful in 20s Details
Laravel CI-CD / Build & Push Docker (push) Successful in 30s Details
Laravel CI-CD / Deploy via Portainer (push) Failing after 1s Details

This commit is contained in:
Leon Morival 2026-05-17 17:56:44 +02:00
parent aaf1441bc6
commit bfe11fea98
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
services: services:
starter-api: bemeal-api:
image: gitea.leonmorival.com/daily_meal/bemeal-api:latest image: gitea.leonmorival.com/daily_meal/bemeal-api:latest
container_name: bemeal-api container_name: bemeal-api
restart: unless-stopped restart: unless-stopped
@ -37,7 +37,7 @@ services:
- storage-data:/var/www/html/storage/app - storage-data:/var/www/html/storage/app
- storage-public-data:/var/www/html/storage/app/public - storage-public-data:/var/www/html/storage/app/public
networks: networks:
- nginx-bemeal - nginx
- internal - internal
pgsql: pgsql: