Skip to content

Commit

Permalink
use supported yaml syntax: docker/compose#10411
Browse files Browse the repository at this point in the history
  • Loading branch information
Skitionek committed Dec 8, 2023
1 parent 8ece4b8 commit 5b20999
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,7 @@ x-appserver: &appserver
FLASK_DEBUG: 1
FLASK_ENV: development
# Services
<<: *postgres
<<: *elasticsearch
<<: *neo4j
<<: *arango
<<: *redis
<<: *statisticalenrichment
<<: [*postgres, *elasticsearch, *neo4j, *arango, *redis, *statisticalenrichment]
# Other
DOMAIN: http://localhost:4200
LMDB_HOME_FOLDER: /home/n4j/neo4japp/services/annotations/lmdb/
Expand Down Expand Up @@ -154,8 +149,7 @@ services:
FLASK_DEBUG: 1
FLASK_ENV: development
# Services
<<: *neo4j
<<: *redis
<<: [*neo4j, *redis]
volumes:
- ./statistical-enrichment:/home/user
networks:
Expand All @@ -177,8 +171,7 @@ services:
environment:
LOG_LEVEL: debug
# Services
<<: *neo4j
<<: *redis
<<: [*neo4j, *redis]
volumes:
- ./cache-invalidator:/app
networks:
Expand Down

0 comments on commit 5b20999

Please sign in to comment.