Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
🐳 Add docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan authored Dec 23, 2020
1 parent 6dc914e commit 02eaa95
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '3'

services:
socat:
build: '.'
image: '${IMAGE_NAME}'
container_name: 'easy_heap'
ports:
- '9001:9001/tcp'

0 comments on commit 02eaa95

Please sign in to comment.