Files
ops-Gazelle/misc/docker-compose.ocelot.yml
2025-02-24 14:37:55 +01:00

18 lines
389 B
YAML

services:
ocelot:
image: ocelot:latest
ports:
- 127.0.0.1:34000:34000
depends_on:
- mysql
volumes:
- ./misc/ocelot/ocelot.conf:/srv/ocelot.conf
- ./misc/ocelot/entrypoint.sh:/srv/entrypoint.sh
environment:
- DEVELOPMENT=true
- MYSQL_USER=gazelle
- MYSQL_PASSWORD=password
command:
- bash
- /srv/entrypoint.sh