remove depricated version tag and use .env for container mount path
Build and Push Docker Container / build-and-push (push) Failing after 10m8s

This commit is contained in:
2026-04-06 19:02:39 +02:00
parent 5c1875be60
commit a8eb6a4447
+1 -3
View File
@@ -1,5 +1,3 @@
version: '3.3'
services:
battlesnake:
image: daniel156161/battlesnake
@@ -7,7 +5,7 @@ services:
ports:
- 8000:8000
volumes:
- ./data:/app/data
- ${DOCKER_DATA_PATH}:/app/data
build:
context: ./
dockerfile: Dockerfile