KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@docker_notes
  • Any namespace
Past month
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Docker-Compose
33 Hits, Last modified: 3 days ago
xample:* <code yaml> networks: custom-network: services: app: networks: - custom-network </c... mes like this: <code yaml> volumes: my-volume: services: app: volumes: - my-volume:/path-in-... n '3' volumes: web_data: external: true services: app: image: nginx:alpine ports: ... main server VM Traefik would fail. All the other services that relied on Traefik would not operate. A sim
Docker init Systems
32 Hits, Last modified: 3 weeks ago
id=docker_notes:docker-deluge#docker_deluge_image_service|Torrent server (Deluge)]] *mailserver *[[ht... a front-end to help with the management. ====s6 Service Driectories==== S6 [[http://www.skarnet.org/software/s6/servicedir.html|Service directories]] The s6-rc service directories are stored at ''%%/etc/s6-overlay/s6-rc.d/%%'
Docker mailserver
26 Hits, Last modified: 3 weeks ago
ight-hand side). Postfix has a built-in transport service called “virtual” that can receive the email and s... stfix/postfix-script++ ===systemd=== The systemd service script is a hoot!, it seems to do nothing meaningful. ++++/lib/systemd/system/postfix.service| <code>[Unit] Description=Postfix Mail Transport Agent Conflicts=sendmail.service exim4.service ConditionPathExists=/etc/postfix/ma
Docker
14 Hits, Last modified: 3 weeks ago
Docker====== **Docker** is a set of platform as a service (PaaS) products that use OS-level virtualization ... ver software in packages called _containers_. The service has both free and premium tiers. The software tha... or some more details, tldr;|This may affect other services operating on the host machine. The default FORW... omagically after a reboot. I added a new systemd.service for this: ''sudo vim /etc/systemd/system/iptables
Docker Deluge Image / Service
7 Hits, Last modified: 3 weeks ago
rd macvlan nftables}} ======Docker Deluge Image / Service====== I want a torrent service that uses a VPN and is set-up to block non VPN WAN (internet) access. On m... t the Linux built-in commands. The main init and services control needs to be added with packages tini and... ss. ++++The compose.yml file is:| <code yaml>--- services: deluge: build: ./ image: deluge-openv
VNC
4 Hits, Last modified: 7 days ago
panel. ++++My docker-compose.yml| <code yaml>--- services: # MariaDB - MySQL Database mariadb: conta... uacamole.middlewares=add-guacamole" ## HTTP Services - "traefik.http.routers.guacamole.service=guacamole" - "traefik.http.services.guacamole.loadbalancer.server.port=8080" networks: pr