Skip to content

Instantly share code, notes, and snippets.

@ST2-EV
ST2-EV / does_link_exist.py
Created March 28, 2020 13:28
Check if a website is active or not in python
@ST2-EV
ST2-EV / docker-compose.yml
Created February 11, 2020 02:30
docker file example
version: "3"
services:
laravelappfolder:
build: ./laravelappfolder
container_name: laravelappfolder
restart: always
expose:
- 9000 #exposes this port to the other containers