moving docker to a separate package

This commit is contained in:
Szakalakamaka
2020-09-29 14:01:54 +02:00
parent 96a75d6923
commit 493e8cc30d
3 changed files with 12 additions and 12 deletions

View File

@@ -1,15 +0,0 @@
version: '3'
services:
redis-server:
image: 'redis'
restart: "no"
klaus:
build:
context: .
dockerfile: Dockerfile
container_name: klaus
restart: "no"
ports:
- "8097:8097"
depends_on:
- redis-server