Move kompose incompatible parts to .override

Only version 3.7 is left, changing it would create a version mismatch.
This commit is contained in:
Robert Schäfer 2018-11-01 14:59:05 +01:00
parent 99531a3f7b
commit 8c30959de8
2 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,9 @@
version: "3.7"
services:
backend:
container_name: backend.127.0.0.1.xip.io
networks:
hc-network:
name: hc-network

View File

@ -2,7 +2,6 @@ version: "3.7"
services:
backend:
container_name: backend.127.0.0.1.xip.io
build: .
networks:
- hc-network
@ -37,7 +36,6 @@ services:
networks:
hc-network:
name: hc-network
volumes:
neo4j-data: