mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
13 lines
248 B
YAML
13 lines
248 B
YAML
version: '3'
|
|
|
|
services:
|
|
mongo-test:
|
|
image: mongo
|
|
container_name: infisical-test-mongo
|
|
restart: always
|
|
ports:
|
|
- 27018:27017
|
|
environment:
|
|
- MONGO_INITDB_ROOT_USERNAME=test
|
|
- MONGO_INITDB_ROOT_PASSWORD=test1234
|