...@@ -9,6 +9,12 @@ services: ...@@ -9,6 +9,12 @@ services:
- POSTGRES_DB=balkan - POSTGRES_DB=balkan
image: mdillon/postgis:9.5-alpine image: mdillon/postgis:9.5-alpine
dockerhost:
image: qoomon/docker-host
cap_add: [ 'NET_ADMIN', 'NET_RAW' ]
mem_limit: 4M
restart: on-failure
redis: redis:
ports: ports:
- 6379:6379 - 6379:6379
...@@ -28,3 +34,4 @@ services: ...@@ -28,3 +34,4 @@ services:
- AUTH_METHODS=plaintext - AUTH_METHODS=plaintext
- ROOT_URL=http://localhost:8000 - ROOT_URL=http://localhost:8000
- DASHBOARD=default - DASHBOARD=default
- ROOT_URL_INTERNAL=http://dockerhost:8000
\ No newline at end of file