Renamed containers
This commit is contained in:
parent
067ef4fd7f
commit
43895bead0
@ -2,7 +2,7 @@ version: '3.9'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
nginx:
|
nginx:
|
||||||
container_name: ref_test_server
|
container_name: reftest_server
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ./certbot:/etc/letsencrypt:ro
|
- ./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;\"'"
|
command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
|
||||||
|
|
||||||
app:
|
app:
|
||||||
container_name: ref_test_app
|
container_name: reftest_app
|
||||||
image: reftest
|
image: reftest
|
||||||
build: ./ref-test
|
build: ./ref-test
|
||||||
env_file:
|
env_file:
|
||||||
@ -39,7 +39,7 @@ services:
|
|||||||
- postfix
|
- postfix
|
||||||
|
|
||||||
postfix:
|
postfix:
|
||||||
container_name: ref_test_postfix
|
container_name: reftest_postfix
|
||||||
image: catatnight/postfix:latest
|
image: catatnight/postfix:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
@ -50,7 +50,7 @@ services:
|
|||||||
- backend
|
- backend
|
||||||
|
|
||||||
certbot:
|
certbot:
|
||||||
container_name: ref_test_certbot
|
container_name: reftest_certbot
|
||||||
image: certbot/certbot
|
image: certbot/certbot
|
||||||
volumes:
|
volumes:
|
||||||
- ./certbot:/etc/letsencrypt
|
- ./certbot:/etc/letsencrypt
|
||||||
|
Loading…
Reference in New Issue
Block a user