merm compatible
This commit is contained in:
+12
-5
@@ -9,17 +9,24 @@ services:
|
||||
environment:
|
||||
- APACHE_RUN_USER=#${UID}
|
||||
- APACHE_RUN_GROUP=#${UID}
|
||||
#- CI_ENV
|
||||
- PROVISION_UID=#${PROVISION_UID}
|
||||
- CONTENTS_SERVER=#${CONTENTS_SERVER}
|
||||
- SITE_CONTACT_URL=#${SITE_CONTACT_URL}
|
||||
- TEMPLATE_NAME=p5
|
||||
- PROVISION_UID=3cc24fd6-e6c7-4c08-8a64-f06e3f790f38
|
||||
- CI_CONFIG
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./:/var/www/html
|
||||
- ./apache_log:/var/log/apache2
|
||||
ports:
|
||||
- "${CONTAINER_PORT}:80"
|
||||
- "${APP_PORT}:80"
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
- oameye.works.wrenchboard.com:10.20.30.27
|
||||
- oameye.work.wrenchboard.com:10.10.33.15
|
||||
- api.mermsemr.com:10.10.33.15
|
||||
- devapi.mermsemr.com:10.10.33.15
|
||||
- devsocket.mermsemr.com:10.10.33.15
|
||||
- socket.mermsemr.com:10.10.33.15
|
||||
- dev-media.mermsemr.com:10.10.33.15
|
||||
- media.mermsemr.com:10.10.33.15
|
||||
volumes:
|
||||
src:
|
||||
|
||||
Reference in New Issue
Block a user