Renamed containers

This commit is contained in:
Vivek Santayana 2022-06-17 13:01:27 +01:00
parent 067ef4fd7f
commit 43895bead0

View File

@ -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