forked from TagesschuleElementa/www.tagesschule-elementa.ch
test
This commit is contained in:
@@ -13,8 +13,6 @@ services:
|
||||
- "./data:/data:rw"
|
||||
command: python manage.py runserver 0.0.0.0:80
|
||||
env_file: .env-local
|
||||
networks:
|
||||
- privatenetwork
|
||||
|
||||
db:
|
||||
image: postgres:9.6-alpine
|
||||
@@ -22,8 +20,6 @@ services:
|
||||
POSTGRES_DB: "db"
|
||||
volumes:
|
||||
- ".:/app:rw"
|
||||
networks:
|
||||
- privatenetwork
|
||||
|
||||
es:
|
||||
image: elasticsearch:2.4-alpine
|
||||
@@ -39,11 +35,7 @@ services:
|
||||
- index.number_of_replicas=0
|
||||
- network.tcp.block=1
|
||||
- bootstrap.memory_lock=1
|
||||
expose:
|
||||
- "9200"
|
||||
networks:
|
||||
- privatenetwork
|
||||
|
||||
|
||||
networks:
|
||||
privatenetwork:
|
||||
# expose:
|
||||
# - "9200"
|
||||
ports:
|
||||
- "9200:9200"
|
||||
|
||||
Reference in New Issue
Block a user