Created
November 15, 2018 09:20
-
-
Save sebbrandt87/e11ed1ae2d21a628b98b1cd66dee984e to your computer and use it in GitHub Desktop.
docker-compose.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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