Compare commits

..

3 Commits

Author SHA1 Message Date
Trez.One a6f275715b Removing Portainer in favor of Komodo.
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / Check and Create PR (push) Has been cancelled
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / SonarQube Analysis (push) Has been cancelled
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / Dry Run & PR Merge (push) Has been cancelled
2024-12-25 07:08:05 -05:00
Trez.One 250d6c153b Switching SWAG proto for n8n. 2024-12-24 11:07:44 -05:00
Trez.One 39ac2ceb9a Merge pull request 'Removing Huginn and adding n8n.' (#34) from n8n-deploy-huginn-removal into main
Reviewed-on: Trez.One/rinoa-docker#34
2024-12-24 06:49:03 -05:00
+1 -53
View File
@@ -3238,7 +3238,7 @@ services:
image: docker.n8n.io/n8nio/n8n
labels:
swag: enable
swag_proto: https
swag_proto: http
swag_port: 5678
swag_url: n8n.${MY_TLD}
swag.uptime-kuma.enabled: true
@@ -3614,58 +3614,6 @@ services:
- plausible-event-logs:/var/log/clickhouse-server
- ${DOCKER_VOLUME_CONFIG}/plausible/clickhouse/clickhouse-config.xml:/etc/clickhouse-server/config.d/logging.xml:ro
- ${DOCKER_VOLUME_CONFIG}/plausible/clickhouse/clickhouse-user-config.xml:/etc/clickhouse-server/users.d/logging.xml:ro
portainer:
command:
- -H
- unix:///var/run/docker.sock
container_name: portainer
environment:
- TZ=America/New_York
- DOCKER_MODS=ghcr.io/themepark-dev/theme.park:portainer
hostname: Rinoa
image: portainer/portainer-ce:latest
labels:
- homepage.group=System Administration
- homepage.name=Portainer
- homepage.href=https://portainer.${MY_TLD}
- homepage.icon=portainer.png
- homepage.description=Docker container management
- homepage.widget.type=portainer
- homepage.widget.url=http://portainer:9000
- homepage.widget.env=1
- homepage.widget.key=${PORTAINER_API_KEY}
- swag=enable
- swag.uptime-kuma.enabled=true
networks:
default: null
ports:
- mode: ingress
protocol: tcp
published: "9000"
target: 9000
restart: unless-stopped
volumes:
- bind:
create_host_path: true
read_only: true
source: /etc/localtime
target: /etc/localtime
type: bind
- bind:
create_host_path: true
source: ${DOCKER_VOLUME_CONFIG}/portainer
target: /data
type: bind
- bind:
create_host_path: true
source: /rinoa-storage
target: /storage
type: bind
- bind:
create_host_path: true
source: /var/run/docker.sock
target: /var/run/docker.sock
type: bind
postal-smtp:
cap_add:
- NET_BIND_SERVICE