Files
snake-python/docker-compose.yml
daniel156161 a8eb6a4447
Build and Push Docker Container / build-and-push (push) Failing after 10m8s
remove depricated version tag and use .env for container mount path
2026-04-06 19:02:39 +02:00

18 lines
386 B
YAML

services:
battlesnake:
image: daniel156161/battlesnake
container_name: battlesnake
ports:
- 8000:8000
volumes:
- ${DOCKER_DATA_PATH}:/app/data
build:
context: ./
dockerfile: Dockerfile
#environment:
# - SNAKE_COLOR=blue
# - SNAKE_HEAD=caffeine
# - SNAKE_TAIL=mlh-gene
# - STORE_GAME_HISTORY=True
restart: always