Skip to content
Snippets Groups Projects
Commit 55424275 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Delete docker-compose.yaml

parent 7c1289a1
No related branches found
No related tags found
No related merge requests found
Pipeline #5996 passed
version: '3.3'
services:
app:
image: cf2022
ports:
- 3000:3000
environment:
MOJO_REVERSE_PROXY: 1
MOJO_MODE: development
CFG_PRETIX_API: https://pretix.pir-test.eu/api/v1
CFG_PRETIX_TOKEN: rxr4dcx9jnyv50jfd8xdamxjwo3j89503y3upiy1830hpv76is9zqd80c27r5gjk
CFG_REDIS: redis://redis
volumes:
- ".:/opt/cf2022"
redis:
image: redis:alpine
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment