From c51f9dffef4d90e2e9da14781bd6c1297fc3892a Mon Sep 17 00:00:00 2001 From: Geo Halkiadakis Date: Mon, 29 May 2023 18:45:37 +0300 Subject: backgrounds --- docker-compose.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index a6b435a..b25c9f2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,11 +23,15 @@ services: - "./.env:/var/www/.env" environment: PORT: 8080 - # for xdebug uncomment next subsection - extra_hosts: - - host.docker.internal:host-gateway + + # for xdebug uncomment the 'extra_hosts' subsection + # extra_hosts: + # - host.docker.internal:host-gateway + + # network implements a bridge to ohter docker services # networks: # - anom-network + command: sh -c "/usr/local/bin/docker-entrypoint.sh" # @@ -37,6 +41,7 @@ services: # ports: # - "11211:11211" + # # redis: # container_name: redis # image: 'redis:5.0.7-alpine' @@ -45,6 +50,7 @@ services: # networks: # - anom-network + # # mailhog # NOTE: this is a fake mail server # mailhog: @@ -52,4 +58,3 @@ services: # ports: # - "1025:1025" # - "8025:8025" - -- cgit v1.2.3