mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
Remove obsolete docker-compose files
Since we moved to a monorepo, we have it in the top level folder.
This commit is contained in:
parent
13906c29aa
commit
099a5c9cf4
@ -1,9 +0,0 @@
|
|||||||
version: "3.7"
|
|
||||||
|
|
||||||
services:
|
|
||||||
neo4j:
|
|
||||||
environment:
|
|
||||||
- NEO4J_PASSWORD=letmein
|
|
||||||
backend:
|
|
||||||
environment:
|
|
||||||
- NEO4J_PASSWORD=letmein
|
|
||||||
@ -1,16 +0,0 @@
|
|||||||
version: '3.7'
|
|
||||||
|
|
||||||
services:
|
|
||||||
webapp:
|
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
target: build-and-test
|
|
||||||
volumes:
|
|
||||||
- .:/nitro-web
|
|
||||||
- node_modules:/nitro-web/node_modules
|
|
||||||
- nuxt:/nitro-web/.nuxt
|
|
||||||
command: yarn run dev
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
node_modules:
|
|
||||||
nuxt:
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
version: "3.7"
|
|
||||||
|
|
||||||
services:
|
|
||||||
webapp:
|
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
target: build-and-test
|
|
||||||
environment:
|
|
||||||
- GRAPHQL_URI=http://backend:4123
|
|
||||||
- NODE_ENV=test
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
version: '3.7'
|
|
||||||
|
|
||||||
services:
|
|
||||||
webapp:
|
|
||||||
image: humanconnection/nitro-web:latest
|
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
target: production
|
|
||||||
ports:
|
|
||||||
- 3000:3000
|
|
||||||
networks:
|
|
||||||
- hc-network
|
|
||||||
environment:
|
|
||||||
- HOST=0.0.0.0
|
|
||||||
- GRAPHQL_URI=http://backend:4000
|
|
||||||
- MAPBOX_TOKEN="pk.eyJ1IjoiaHVtYW4tY29ubmVjdGlvbiIsImEiOiJjajl0cnBubGoweTVlM3VwZ2lzNTNud3ZtIn0.bZ8KK9l70omjXbEkkbHGsQ"
|
|
||||||
|
|
||||||
networks:
|
|
||||||
hc-network:
|
|
||||||
name: hc-network
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
node_modules:
|
|
||||||
Loading…
x
Reference in New Issue
Block a user