Update docker-compose.yml for 1.0rc3 with Podman compatibility notes

This commit is contained in:
Esa Kataja
2025-05-16 08:19:22 +03:00
parent c3b63a61cc
commit 61af47d651
+4
View File
@@ -1,10 +1,14 @@
version: '3.8'
# This compose file can be used with either Docker or Podman
# For Podman: podman-compose up -d
services:
backend:
build:
context: .
dockerfile: Dockerfile
image: eurovision-25-backend:1.0rc3
ports:
- "8000:8000"
volumes: