mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Move kompose incompatible parts to .override
Only version 3.7 is left, changing it would create a version mismatch.
This commit is contained in:
parent
99531a3f7b
commit
8c30959de8
9
docker-compose.override.yml
Normal file
9
docker-compose.override.yml
Normal 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
|
||||||
@ -2,7 +2,6 @@ version: "3.7"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
container_name: backend.127.0.0.1.xip.io
|
|
||||||
build: .
|
build: .
|
||||||
networks:
|
networks:
|
||||||
- hc-network
|
- hc-network
|
||||||
@ -37,7 +36,6 @@ services:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
hc-network:
|
hc-network:
|
||||||
name: hc-network
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
neo4j-data:
|
neo4j-data:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user