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 b2e4e59ccb
+4
View File
@@ -1,10 +1,14 @@
version: '3.8' version: '3.8'
# This compose file can be used with either Docker or Podman
# For Podman: podman-compose up -d
services: services:
backend: backend:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: eurovision-25-backend:1.0rc3
ports: ports:
- "8000:8000" - "8000:8000"
volumes: volumes: