Files
hsmod_original/docker-compose.yml
T
2024-05-14 16:59:00 +03:00

27 lines
585 B
YAML

version: '3'
services:
hearthmod:
build:
context: .
dockerfile: Dockerfile
environment:
- COUCHBASE_HOST=localhost
- COUCHBASE_PORT=8091
- CB_REST_USERNAME=Administrator
- CB_REST_PASSWORD=password
- COUCHBASE_ADMINISTRATOR_PASSWORD=password
volumes:
- .:/app
working_dir: /app
container_name: hearthmod
command: tail -f /dev/null # Keeps the container running
ports:
- 8091:8091
- 8092:8092
- 1119:1119
- 3724:3724
- 80:80
- 443:443
- 9002:9002
- 8081:8081