From 43895bead0d1b0c449f9e9051af665d7748e396a Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Fri, 17 Jun 2022 13:01:27 +0100 Subject: [PATCH] Renamed containers --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d370902..f44bcdf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.9' services: nginx: - container_name: ref_test_server + container_name: reftest_server image: nginx:alpine volumes: - ./certbot:/etc/letsencrypt:ro @@ -22,7 +22,7 @@ services: command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'" app: - container_name: ref_test_app + container_name: reftest_app image: reftest build: ./ref-test env_file: @@ -39,7 +39,7 @@ services: - postfix postfix: - container_name: ref_test_postfix + container_name: reftest_postfix image: catatnight/postfix:latest restart: unless-stopped env_file: @@ -50,7 +50,7 @@ services: - backend certbot: - container_name: ref_test_certbot + container_name: reftest_certbot image: certbot/certbot volumes: - ./certbot:/etc/letsencrypt