mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
feat: add app to compose
This commit is contained in:
@@ -36,3 +36,10 @@ services:
|
|||||||
image: registry.gitlab.com/openstapps/minimal-connector:core-0.23
|
image: registry.gitlab.com/openstapps/minimal-connector:core-0.23
|
||||||
container_name: minimal-connector-0.23
|
container_name: minimal-connector-0.23
|
||||||
command: ["http://backend:3000", "minimal-connector", "f-u"]
|
command: ["http://backend:3000", "minimal-connector", "f-u"]
|
||||||
|
|
||||||
|
app:
|
||||||
|
image: registry.gitlab.com/openstapps/app/executable:core-0.23
|
||||||
|
expose:
|
||||||
|
- 8100
|
||||||
|
ports:
|
||||||
|
- 8100:8100
|
||||||
|
|||||||
Reference in New Issue
Block a user