diff options
| author | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-05-29 18:45:37 +0300 |
|---|---|---|
| committer | Geo Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-05-29 18:45:37 +0300 |
| commit | c51f9dffef4d90e2e9da14781bd6c1297fc3892a (patch) | |
| tree | 348d18bd7d9019479fac04d983a17e2fc6e1df5a /docker-compose.yml | |
| parent | 0294563513b7e589d2067fd0a4a824db9aa48180 (diff) | |
| download | gyraf1gov-c51f9dffef4d90e2e9da14781bd6c1297fc3892a.tar.gz gyraf1gov-c51f9dffef4d90e2e9da14781bd6c1297fc3892a.tar.bz2 gyraf1gov-c51f9dffef4d90e2e9da14781bd6c1297fc3892a.zip | |
backgrounds
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 13 |
1 files changed, 9 insertions, 4 deletions
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" - |
