Compare commits
1
Commits
c3b63a61cc
...
v1.0rc3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61af47d651 |
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user