add compose file for pulling
test / pytest (push) Successful in 38s

This commit is contained in:
2026-04-21 22:01:23 +02:00
parent d39c1933b4
commit eb29f03b74
2 changed files with 22 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
services:
web:
container_name: moving-helper
image: "code.wanderingbadger.dev/tliu93/2026-moving-helper:latest"
build:
context: .
user: "${UID:-1000}:${GID:-1000}"