This commit is contained in:
Thomas Peterson 2023-04-10 16:48:20 +02:00
parent f1796cf796
commit 18eee09cb8
2 changed files with 2 additions and 3 deletions

View File

@ -55,7 +55,7 @@ services:
depends_on:
- php-fpm
tp:
image: registry.gitlab.com/printshopcreator/docker/docker_tp:v21x1x1
image: registry.gitlab.com/printshopcreator/docker/docker_tp:v22x0x1
networks:
- network
@ -87,7 +87,6 @@ services:
- host.docker.internal:host-gateway
mongodb:
image: mongo:${MONGODB_VERSION?}
platform: linux/amd64
volumes:
- mongodb:/data/db
networks:
@ -96,7 +95,6 @@ services:
- "${MONGODB_HOST_PORT:-27017}:27017"
mysql:
image: mariadb:${MYSQL_VERSION?}
platform: linux/amd64
environment:
- MYSQL_DATABASE=${MYSQL_DATABASE:-application_db}
- MYSQL_USER=${MYSQL_USER:-application_user}

View File

@ -4,5 +4,6 @@
**/.env.test
**/var/log/*
**/var/cache/*
**/var/plugins/Custom/*
src/old/logs/*
src/old/cache/*