first attempt

This commit is contained in:
2023-03-20 19:58:28 +01:00
parent bf9b17836d
commit 23f939c16a
4 changed files with 54 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: '3.9'
services:
server:
build:
context: .
dockerfile: Dockerfile
#target: final
container_name: 'MauMau-Client'
restart: always
networks:
- MauMau
networks:
MauMau:
# hier later extern naar client
driver: bridge