Fix settings in test env

This commit is contained in:
Christian Wolf 2025-02-26 16:34:43 +01:00
parent 054b10c5bd
commit 2f4b1bb210
3 changed files with 6 additions and 8 deletions

1
test-instance/.env Normal file
View File

@ -0,0 +1 @@
COMPOSE_PROJECT_NAME=test-joomla-reifenscheune

1
test-instance/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/volumes/

View File

@ -1,21 +1,17 @@
version: '3.1'
volumes:
db:
services:
joomla:
# image: joomla
build: joomla
image: joomla
# build: joomla
# restart: always
links:
- db:mysql
ports:
- 8002:80
- 8003:80
volumes:
- ./volumes/joomla:/var/www/html
- ../template/src:/template:ro
- ../template/src:/var/www/html/templates/kita_zwergenland:ro
- ../template/src:/var/www/html/templates/reifenscheune:ro
- ./sync:/sync:ro
environment:
JOOMLA_DB_HOST: db