* use dockerhost in xdebug3 config for php8 in workspace * set local docker resolver for nginx * refactored base configs (join in one base config) and better separate examples for third party services * set default web port for inbucket to 82 instead of 9090, because last use for cockpit
16 lines
254 B
Plaintext
Executable File
16 lines
254 B
Plaintext
Executable File
version: '3.6'
|
|
|
|
services:
|
|
elastic:
|
|
extends:
|
|
file: docker-compose.base.yml
|
|
service: elastic
|
|
restart: always
|
|
build:
|
|
dockerfile: elastic752.Dockerfile
|
|
volumes:
|
|
- elastic:/usr/share/elastic/data
|
|
|
|
volumes:
|
|
elastic:
|