This repository has been archived on 2024-08-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
nubian/docker-compose.yml

17 lines
397 B
YAML
Raw Normal View History

2021-08-06 19:57:42 -06:00
version: "3"
services:
nubian.dunestorm.net:
image: nubian.dunestorm.net
build: .
ports:
- "52001:52001"
environment:
2021-08-21 22:52:19 -06:00
- ALEXANDRIA_INTERNAL_URL=${ALEXANDRIA_INTERNAL_URL}
2021-08-06 19:57:42 -06:00
- ALEXANDRIA_DATABASE_PASSWORD=${ALEXANDRIA_DATABASE_PASSWORD}
2021-08-21 22:52:19 -06:00
- CAIRO_PUBLIC_URL=${CAIRO_PUBLIC_URL}
networks:
- dunestorm_dev
networks:
dunestorm_dev:
external: true