MTM No snow #49

Merged
jonny merged 13 commits from develop into main 2025-07-01 17:57:24 +02:00
Showing only changes of commit fe48864f39 - Show all commits

View file

@ -2,7 +2,7 @@
services:
laravel.test:
build:
context: ./vendor/laravel/sail/runtimes/8.3
context: ./vendor/laravel/sail/runtimes/8.4
dockerfile: Dockerfile
args:
WWWGROUP: '${WWWGROUP}'
@ -26,7 +26,7 @@ services:
- pgsql
- redis
pgsql:
image: 'postgres:16'
image: 'postgres:17'
ports:
- '${FORWARD_DB_PORT:-5432}:5432'
environment: