Este commit está contenido en:
Your Name
2020-05-27 18:32:51 +00:00
padre 3ef9c1e7af
commit 77607ac48b
Se han modificado 2 ficheros con 234 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,29 @@
version: '2'
services:
prosody:
image: 'prosody/prosody'
hostname: prosody
container_name: prosody
restart: always
ports:
- 5001:5001
- 5222:5222
- 5269:5269
- 5289:5289
volumes:
- ./prosody/prosody:/etc/prosody
- /opt/docker/secure/privkey.pem:/etc/prosody/certs/hatthieves.es.key:ro
- /opt/docker/secure/fullchain.pem:/etc/prosody/certs/hatthieves.es.crt:ro
- ./prosody/pid:/var/run/prosody
networks:
mynet:
ipv4_address: 172.111.0.101
networks:
mynet:
driver: bridge
ipam:
config:
- subnet: 172.111.0.0/24