Skip to content

Instantly share code, notes, and snippets.

@naviarh
naviarh / probe3.ipynb
Created August 9, 2018 21:12
probe3.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@naviarh
naviarh / untitled13.ipynb
Created February 8, 2020 20:40
Untitled13.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
version: '3.7'
services:
odoo-db:
image: postgres:14
container_name: odoo-db
restart: unless-stopped
environment:
- POSTGRES_DB=postgres
version: '3.7'
services:
traefik:
image: traefik:2.6
container_name: traefik
restart: unless-stopped
network_mode: "host"
command:
version: '3.7'
services:
webrtc-star:
image: libp2p/js-libp2p-webrtc-star
container_name: webrtc-star
restart: unless-stopped
labels:
# https access for domain
version: "3.7"
services:
wp2-db:
image: mariadb:10.7.1
container_name: wb2-db
restart: unless-stopped
volumes:
- "./mysql:/var/lib/mysql"
version: '3.7'
services:
wp1-sqlite:
image: milanb/wordpress-sqlite
container_name: wp1-sqlite
restart: unless-stopped
volumes:
- "./db:/var/www/db"
- "./html:/var/www/html"
environment:
version: '3'
services:
wp:
image: milanb/wordpress-sqlite
restart: unless-stopped
environment:
- WP_HOME=http://localhost:8002
- WP_SITEURL=http://localhost:8002
version: "3.7"
services:
wp1:
image: wordpress:php8.1-apache
container_name: wp1
restart: unless-stopped
ports:
- 80:80
version: "3"
services:
web:
image: nginx
volumes:
- "./nginx/templates:/etc/nginx/templates"
- "./html:/usr/share/nginx/html:ro"
ports: