From 68342b7bc449e2e60636afef4fce2454ef5fb08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Wed, 16 Oct 2024 22:43:49 +0200 Subject: [PATCH] Testovaci compose --- compose.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..1fa26b0 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,6 @@ +services: + app: + image: cf-online + ports: + - "3000:80" + -- GitLab