Skip to content

Instantly share code, notes, and snippets.

@sebbrandt87
Created November 15, 2018 09:20
Show Gist options
  • Save sebbrandt87/e11ed1ae2d21a628b98b1cd66dee984e to your computer and use it in GitHub Desktop.
Save sebbrandt87/e11ed1ae2d21a628b98b1cd66dee984e to your computer and use it in GitHub Desktop.
docker-compose.yml
version: '3'
services:
web:
container_name: siws
build:
context: .
image: siws:latest
restart: always
ports:
- "80:3000"
networks:
- sda
networks:
sda:
external:
name: sda.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment