updating from disk
This commit is contained in:
62
compose.yaml
62
compose.yaml
@@ -78,7 +78,7 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
||||||
- /yankee/volumes/files/:/media
|
- /yankee/volumes/downloads/:/media
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
|
|
||||||
@@ -190,11 +190,11 @@ services:
|
|||||||
##
|
##
|
||||||
##########################################
|
##########################################
|
||||||
|
|
||||||
osiris-messaging:
|
yankee-fire-control-activemq:
|
||||||
|
|
||||||
container_name: osiris-messaging
|
container_name: yankee-fire-control-activemq
|
||||||
|
|
||||||
image: webcenter/activemq:latest
|
image: webcenter/activemq:5.14.3
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
|
|
||||||
@@ -210,18 +210,14 @@ services:
|
|||||||
|
|
||||||
- "61616:61616"
|
- "61616:61616"
|
||||||
|
|
||||||
volumes:
|
networks: [backing-services]
|
||||||
|
|
||||||
- /yankee/volumes/activemq/data:/data/activemq
|
volumes: ["activemq-data:/opt/activemq/conf", "activemq-data:/data/activemq", "activemq-data:/var/log/activemq"]
|
||||||
|
|
||||||
- /yankee/volumes/activemq/logs:/var/log/activemq
|
|
||||||
|
|
||||||
expose:
|
expose:
|
||||||
|
|
||||||
- 8161
|
- 8161
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
||||||
ACTIVEMQ_REMOVE_DEFAULT_ACCOUNT: "true"
|
ACTIVEMQ_REMOVE_DEFAULT_ACCOUNT: "true"
|
||||||
@@ -238,12 +234,46 @@ services:
|
|||||||
|
|
||||||
ACTIVEMQ_READ_PASSWORD: password
|
ACTIVEMQ_READ_PASSWORD: password
|
||||||
|
|
||||||
|
ACTIVEMQ_JMX_LOGIN: jmx
|
||||||
|
|
||||||
|
ACTIVEMQ_JMX_PASSWORD: password
|
||||||
|
|
||||||
|
ACTIVEMQ_STATIC_TOPICS: static-topic-1;static-topic-2
|
||||||
|
|
||||||
|
ACTIVEMQ_STATIC_QUEUES: static-queue-1;static-queue-2
|
||||||
|
|
||||||
|
ACTIVEMQ_ENABLED_SCHEDULER: "true"
|
||||||
|
|
||||||
|
ACTIVEMQ_MIN_MEMORY: 512
|
||||||
|
|
||||||
|
ACTIVEMQ_MAX_MEMORY: 2048
|
||||||
|
|
||||||
VIRTUAL_PORT: 8161
|
VIRTUAL_PORT: 8161
|
||||||
|
|
||||||
VIRTUAL_HOST: messaging.yankee.embanet.online
|
VIRTUAL_HOST: messaging.yankee.embanet.online
|
||||||
|
|
||||||
LETSENCRYPT_HOST: messaging.yankee.embanet.online
|
LETSENCRYPT_HOST: messaging.yankee.embanet.online
|
||||||
|
|
||||||
|
yankee-fire-control-postgres:
|
||||||
|
|
||||||
|
container_name: yankee-fire-control-postgres
|
||||||
|
|
||||||
|
image: healthcheck/postgres:alpine
|
||||||
|
|
||||||
|
ports: ["5432:5432"]
|
||||||
|
|
||||||
|
networks: [backing-services]
|
||||||
|
|
||||||
|
volumes: ["postgres-data:/var/lib/postgresql/data"]
|
||||||
|
|
||||||
|
environment:
|
||||||
|
|
||||||
|
POSTGRES_DB: db
|
||||||
|
|
||||||
|
POSTGRES_USER: user
|
||||||
|
|
||||||
|
POSTGRES_PASSWORD: password
|
||||||
|
|
||||||
##########################################
|
##########################################
|
||||||
##
|
##
|
||||||
## osiris / restful api
|
## osiris / restful api
|
||||||
@@ -303,3 +333,15 @@ services:
|
|||||||
VIRTUAL_HOST: yankee.embanet.online
|
VIRTUAL_HOST: yankee.embanet.online
|
||||||
|
|
||||||
LETSENCRYPT_HOST: yankee.embanet.online
|
LETSENCRYPT_HOST: yankee.embanet.online
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
|
||||||
|
activemq-data: {}
|
||||||
|
|
||||||
|
postgres-data: {}
|
||||||
|
|
||||||
|
networks:
|
||||||
|
|
||||||
|
backing-services:
|
||||||
|
|
||||||
|
driver: bridge
|
||||||
|
|||||||
Reference in New Issue
Block a user