Skip to content

Commit

Permalink
docs: Simplyfying docker compose stack
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Sep 12, 2022
1 parent 0b4f5a0 commit 4972717
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
service:
image: vibioh/fibr
environment:
FIBR_AMQP_URI: amqp://amqp:6572/
FIBR_AUTH_USERS: '${BASIC_USERS}'
FIBR_CHUNK_UPLOAD: 'true'
FIBR_EXIF_DIRECT_ACCESS: 'true'
Expand All @@ -18,7 +17,6 @@ services:
- /tmp:/tmp
depends_on:
- redis
- amqp
- exas
- vith
user: '${DATA_USER_ID}'
Expand All @@ -30,16 +28,9 @@ services:
restart: on-failure
read_only: true

amqp:
image: rabbitmq:management
ports:
- '15672:15672/tcp'
restart: on-failure

exas:
image: vibioh/exas
environment:
EXAS_AMQP_URI: 'amqp://amqp:6572/'
EXAS_GEOCODE_URL: 'https://nominatim.openstreetmap.org'
EXAS_STORAGE_FILE_SYSTEM_DIRECTORY: '/data'
volumes:
Expand All @@ -50,7 +41,6 @@ services:
vith:
image: vibioh/vith
environment:
VITH_AMQP_URI: 'amqp://amqp:6572/'
VITH_STORAGE_FILE_SYSTEM_DIRECTORY: '/data'
volumes:
- ${DATA_DIR}:/data
Expand Down

0 comments on commit 4972717

Please sign in to comment.