Ostatnio aktywny 1741419879

Подсмотрено в https://github.com/MariaDB/mariadb-docker/blob/master/examples/compose-replication-semisync.yml

anthony's Avatar anthony zrewidował ten Gist 1741419878. Przejdź do rewizji

1 file changed, 14 insertions

compose.yml(stworzono plik)

@@ -0,0 +1,14 @@
1 + x-common-env: &common-env
2 + env_file:
3 + - .env
4 +
5 + services:
6 + svc1:
7 + <<: *common-env
8 + container_name: service_1
9 + # ...
10 +
11 + svc2:
12 + <<: *common-env
13 + container_name: service_2
14 + # ...
Nowsze Starsze