Všechno Nové

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Registrovat

Přihlásit se


Všechno Nové Registrovat Přihlásit se

All gists matching topic docker

Nedávno Vytvořeno
Nejméně nedávno Vytvořeno
Nedávno Aktualizováno
Nejméně nedávno Aktualizováno
anthony's Avatar

anthony / Docker compose -- общие переиспользуемые части

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1741419879
Подсмотрено в https://github.com/MariaDB/mariadb-docker/blob/master/examples/compose-replication-semisync.yml
compose docker
1 x-common-env: &common-env
2 env_file:
3 - .env
4
5 services:
6 svc1:
7 <<: *common-env
8 container_name: service_1
9 # ...
anthony's Avatar

anthony / Minimal nginx reverse-proxy

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1740393244
For example, to pass HTTP-requests to docker containers
docker nginx
1 server {
2 listen 80;
3 listen [::]:80;
4 server_name example.com; # replace with your domain
5
6 access_log /var/log/nginx/access.log;
7 error_log /var/log/nginx/error.log;
8 #client_max_body_size 100M;
9
10 location / {
Novější Starší

Vytvořeno pomocí Opengist ⋅ Load: 52ms⋅

Čeština
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文