mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 16:23:09 -06:00
16 lines
259 B
YAML
16 lines
259 B
YAML
version: "3.4"
|
|
services:
|
|
nginx:
|
|
image: nginx:latest
|
|
hostname: load_balancer
|
|
networks:
|
|
- internal
|
|
volumes:
|
|
- ./default.conf:/etc/nginx/conf.d/default.conf
|
|
ports:
|
|
- 80:80
|
|
|
|
networks:
|
|
internal:
|
|
attachable: true
|