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:
|
volumes:
|
||||||
db:
|
db:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
joomla:
|
joomla:
|
||||||
# image: joomla
|
image: joomla
|
||||||
build: joomla
|
# build: joomla
|
||||||
# restart: always
|
# restart: always
|
||||||
links:
|
|
||||||
- db:mysql
|
|
||||||
ports:
|
ports:
|
||||||
- 8002:80
|
- 8003:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/joomla:/var/www/html
|
- ./volumes/joomla:/var/www/html
|
||||||
- ../template/src:/template:ro
|
- ../template/src:/template:ro
|
||||||
- ../template/src:/var/www/html/templates/kita_zwergenland:ro
|
- ../template/src:/var/www/html/templates/reifenscheune:ro
|
||||||
- ./sync:/sync:ro
|
- ./sync:/sync:ro
|
||||||
environment:
|
environment:
|
||||||
JOOMLA_DB_HOST: db
|
JOOMLA_DB_HOST: db
|
||||||
|
Loading…
x
Reference in New Issue
Block a user