mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
18 lines
389 B
YAML
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
|