Add compose.yml

This commit is contained in:
gigirassy
2026-02-28 03:31:46 +01:00
parent c85472ad02
commit 0b8f323f60
+9
View File
@@ -0,0 +1,9 @@
services:
imageserver:
image: codeberg.org/gigirassy/asciiwebserv:latest
ports:
- "127.0.0.1:52420:3333"
volumes:
- "./images:/images"
environment:
- LISTEN=0.0.0.0:3333 # dont change this or the 3333 above