8000 Feat: Custom DNS by Meldiron · Pull Request #7498 · appwrite/appwrite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Feat: Custom DNS #7498

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ services:
- 9501:80
networks:
- appwrite
dns:
- 76.76.2.3
- 76.76.10.3
labels:
- "traefik.enable=true"
- "traefik.constraint-label-stack=appwrite"
Expand Down Expand Up @@ -271,6 +274,9 @@ services:
image: appwrite-dev
networks:
- appwrite
dns:
- 76.76.2.3
- 76.76.10.3
volumes:
- ./app:/usr/src/code/app
- ./src:/usr/src/code/src
Expand Down Expand Up @@ -453,6 +459,9 @@ services:
depends_on:
- redis
- mariadb
dns:
- 76.76.2.3
- 76.76.10.3
volumes:
- appwrite-config:/storage/config:rw
- appwrite-certificates:/storage/certificates:rw
Expand Down Expand Up @@ -527,6 +536,9 @@ services:
volumes:
- ./app:/usr/src/code/app
- ./src:/usr/src/code/src
dns:
- 76.76.2.3
- 76.76.10.3
depends_on:
- redis
- maildev
Expand Down Expand Up @@ -557,6 +569,9 @@ services:
image: appwrite-dev
networks:
- appwrite
dns:
- 76.76.2.3
- 76.76.10.3
volumes:
- ./app:/usr/src/code/app
- ./src:/usr/src/code/src
Expand All @@ -582,6 +597,9 @@ services:
image: appwrite-dev
networks:
- appwrite
dns:
- 76.76.2.3
- 76.76.10.3
volumes:
- ./app:/usr/src/code/app
- ./src:/usr/src/code/src
Expand Down Expand Up @@ -708,6 +726,9 @@ services:
image: appwrite/assistant:0.3.0
networks:
- appwrite
dns:
- 76.76.2.3
- 76.76.10.3
environment:
- _APP_ASSISTANT_OPENAI_API_KEY

Expand Down
0