Skip to content

Commit

Permalink
moved some files, updated docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
martypitt committed Aug 29, 2024
1 parent ac564ec commit fc2b1b6
Show file tree
Hide file tree
Showing 39 changed files with 19 additions and 52 deletions.
4 changes: 2 additions & 2 deletions composing-apis-and-db/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ services:
--vyne.db.username=orbital
--vyne.db.password=changeme
--vyne.db.host=postgres
--vyne.workspace.project-file=/opt/service/workspace/taxi.conf
--vyne.workspace.config-file=/opt/service/workspace/workspace.conf
ports:
- "9022:9022" # http
- "7655:7655" # rsocket
volumes:
- ~/.orbital/license/:/opt/var/vyne/license/
- ./taxi:/opt/service/workspace
- ./workspace:/opt/service/workspace
depends_on:
- postgres
deploy:
Expand Down
14 changes: 0 additions & 14 deletions composing-apis-and-db/taxi/orbital/config/connections.conf

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
41 changes: 17 additions & 24 deletions importing-through-ui/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,51 +6,44 @@ services:
environment:
JAVA_OPTS: >-
-Xms256m
-Xmx1024m
-Xmx2048m
OPTIONS: >-
--vyne.services.config-file=/opt/service/config/services.conf
--vyne.analytics.persistRemoteCallResponses=true
--vyne.analytics.persistResults=true
--vyne.workspace.config-file=/opt/service/workspace/workspace.conf
--vyne.db.username=orbital
--vyne.db.password=changeme
--vyne.db.host=postgres
ports:
- "9022:9022"
expose:
- 9022
volumes:
- ~/.orbital/license/:/opt/var/vyne/license/
- ./orbital/config:/opt/service/config
- .:/opt/service/workspace
deploy:
restart_policy:
condition: on-failure
resources:
limits:
memory: 2gb

schema-server:
image: orbitalhq/schema-server:${ORBITAL_VERSION:-latest}
volumes:
- ${SCHEMA_PATH:-./orbital/schema-server}:/var/lib/orbital/schema-server
environment:
JAVA_OPTS: >-
-Xms256m
-Xmx512m
OPTIONS: >-
--vyne.repositories.config-file=/var/lib/orbital/schema-server/schema-server.conf
deploy:
restart_policy:
condition: on-failure
resources:
limits:
memory: 1200mb
postgres:
image: postgres:15
expose:
- 7655
- 9305
- 5432
ports:
- "25432:5432"
environment:
POSTGRES_DB: orbital
POSTGRES_USER: orbital
POSTGRES_PASSWORD: changeme

postgres:
postgres-pagila:
image: ghcr.io/orbitalapi/demos-films-pagila:latest
expose:
- 5432
ports:
- "25432:5432"
- "35432:5432"

films-api:
image: ghcr.io/orbitalapi/demos-films-ui-importing-listings-api:latest
Expand Down
3 changes: 0 additions & 3 deletions importing-through-ui/docker/schema-server/projects/taxi.conf

This file was deleted.

9 changes: 0 additions & 9 deletions importing-through-ui/docker/schema-server/schema-server.conf

This file was deleted.

File renamed without changes.

0 comments on commit fc2b1b6

Please sign in to comment.