style inputs, dockerfile

This commit is contained in:
2022-01-15 21:20:34 +01:00
parent ad314311e2
commit 17985e61ec
5 changed files with 51 additions and 4 deletions

15
docker-compose.yml Normal file
View File

@ -0,0 +1,15 @@
version: '3.4'
services:
explorata:
container_name: explorata
build: .
restart: unless-stopped
ports:
- "8080:8080"
networks:
- ariona
networks:
ariona:
external: true