Docker
Containers
samba
version: '3.8' services: samba: image: dperson/samba restart: always networks: ...
rsync-server
version: "2.1" services: rsync-server: image: apnar/rsync-server container_name: rsync-...
postgres
version: '3.7' services: pgsql: container_name: postgres image: timescale/timescaledb:l...
hass
version: '3' services: homeassistant: container_name: homeassistant image: "ghcr.io/hom...
mysql
version: '3.9' services: db: container_name: mysql image: mariadb restart: always...
nginx
version: '3' services: webserver: image: nginx:latest container_name: nginx ports:...
photoprism
version: '3.5' services: photoprism: container_name: photo image: photoprism/photopris...
resilio-sync
version: "2.1" services: resilio-sync: image: lscr.io/linuxserver/resilio-sync:latest c...
vaultwarden
version: "3" services: vaultwarden: image: vaultwarden/server:latest container_name: va...
gitea
version: "3" networks: apps: external: false services: server: image: gitea/gitea:1...
traefik
version: '3' services: traefik: image: traefik:latest container_name: traefik rest...
tt-rss
TTRss with traefik and postgesql database version: '3' services: ttrss: image: wangqiru/tt...
mongo
version: '3.9' services: mongo: container_name: mongo image: mongo:latest restart:...
bookstack
Bookstack with traefik version: '3' services: bookstack: image: ghcr.io/linuxserver/books...
webdav
version: '3' services: webdav: image: bytemark/webdav container_name: webdav restar...
Настройка HTTPS с помощью Nginx, Let’s Encrypt и Docker
Цели Запустить nginx в одном контейнере Запустить другие проекты в других контейнерах Научить ng...
Установка Docker
This documentation shows how to install docker from the docker ppa Create users and groups First ...
Очистка
Some times you want to clean up your docker environment after experimenting, this shows you how y...
Disable IPv6 in docker compose
I have a docker-compose project that I am trying to run on my server, which does not have IPv6 en...