-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Include a newt service "wrapper" to Landscapes so that Features (if desired) can be launched with a connection to Pangolin.
Something like:
include:
# ComposeScope-default
- project_directory: .landscapes/<LANDSCAPE_ID>/...
path:
- ./.../docker-compose.yml
env_file:
- ./.../.env
services:
newt:
image: fosrl/newt
container_name: newt
restart: unless-stopped
environment:
- PANGOLIN_ENDPOINT=${PANGOLIN_ENDPOINT}
- NEWT_ID=${NEWT_D}
- NEWT_SECRET=${NEWT_SECRET}
- ACCEPT_CLIENTS=${ACCEPT_CLIENTS}
#############################################
# Leave this intact
- DOCKER_SOCKET=/var/run/docker.sock
volumes:
- /var/run/docker.sock:/var/run/docker.sock
#############################################
networks:
default:
name: pangolin_default
Metadata
Metadata
Assignees
Labels
No labels