Fix settings in test env
This commit is contained in:
parent
054b10c5bd
commit
2f4b1bb210
1
test-instance/.env
Normal file
1
test-instance/.env
Normal file
@ -0,0 +1 @@
|
||||
COMPOSE_PROJECT_NAME=test-joomla-reifenscheune
|
1
test-instance/.gitignore
vendored
Normal file
1
test-instance/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/volumes/
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user