add docker compose

This commit is contained in:
Lea 2023-09-26 20:28:17 +02:00
parent acb5259c32
commit 11c395ae04
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -0,0 +1,13 @@
version: "3.1"
services:
app:
build: .
restart: always
# environment:
# - HELLO
# - ASDF=meow
# volumes:
# - ./asdf:/mnt/asdf:rw
# ports:
# - 127.0.0.1:6969:80