You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
579 B
51 lines
579 B
version: '3'
|
|
|
|
services:
|
|
mssql:
|
|
networks:
|
|
- default
|
|
- ek_host
|
|
|
|
web:
|
|
networks:
|
|
- default
|
|
- ek_host
|
|
|
|
attachments:
|
|
networks:
|
|
- default
|
|
- ek_host
|
|
|
|
api:
|
|
networks:
|
|
- default
|
|
- ek_host
|
|
|
|
identity:
|
|
networks:
|
|
- default
|
|
- ek_host
|
|
|
|
admin:
|
|
networks:
|
|
- default
|
|
- ek_host
|
|
|
|
icons:
|
|
networks:
|
|
- default
|
|
- ek_host
|
|
|
|
notifications:
|
|
networks:
|
|
- default
|
|
- ek_host
|
|
|
|
nginx:
|
|
networks:
|
|
- default
|
|
- ek_host
|
|
|
|
networks:
|
|
ek_host:
|
|
external: true |