mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 15:36:49 +00:00
Add new routes and services for Portainer and Edge
This commit is contained in:
@@ -12,6 +12,7 @@ x-environment: &default-environment
|
||||
|
||||
volumes:
|
||||
production_traefik: {}
|
||||
portainer_data: {}
|
||||
|
||||
services:
|
||||
osrm-backend:
|
||||
@@ -118,6 +119,21 @@ services:
|
||||
# - net
|
||||
# - default
|
||||
|
||||
portainer:
|
||||
image: portainer/portainer-ce:latest
|
||||
command: -H unix:///var/run/docker.sock
|
||||
container_name: portainer
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- portainer_data:/data
|
||||
networks:
|
||||
- net
|
||||
- default
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "9000:9000"
|
||||
|
||||
traefik:
|
||||
environment:
|
||||
<<: *default-environment
|
||||
|
||||
Reference in New Issue
Block a user