Adding domains to lb docker aliases for loopback.
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
version: '3'
|
||||
services:
|
||||
lb:
|
||||
image: docker.io/caddy:2.11.4-alpine
|
||||
env_file:
|
||||
- ./lb/lb.env
|
||||
volumes:
|
||||
# - /app/lb:/etc/caddy
|
||||
- ./lb/:/etc/caddy
|
||||
- /nassella/lb/config:/config
|
||||
- /nassella/lb/data:/data
|
||||
- /app/maintenance:/maintenance
|
||||
networks:
|
||||
- lb
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "443:443"
|
||||
- "80:80"
|
||||
nginx:
|
||||
image: nginx
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- lb
|
||||
networks:
|
||||
lb:
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.30.0.0/16
|
||||
@@ -37,6 +37,7 @@ services:
|
||||
- wordpress_db
|
||||
- wordpress_instance
|
||||
- wordpress_outbound
|
||||
- lb
|
||||
secrets:
|
||||
- wordpress_db_password
|
||||
|
||||
|
||||
Reference in New Issue
Block a user