
Hi, how to set a fixed subnet for docker networks used by appwrite? I'm asking so I can set that subnet allowed on my firewall

This would be some docker compose setting. Maybe this will help: https://stackoverflow.com/questions/46845381/how-do-configure-docker-compose-to-use-a-given-subnet-if-a-variable-is-set-or-c
Something really important, though, is I highly suggest leaving the docker-compose.yml file created by Appwrite unchanged and put any customizations you need in a docker-compose.override.yml file so that upgrades can wipe the docker-compose.yml file and your customizations would be fine

Hi Steven, thanks for your answer. I'll think about the best solution to both avoid issues with the firewall due to network changes and appwrite updates 🤔

I created a docker-compose.override.yml like you suggested, with this content, so if somebody has the same issue:
networks: appwrite: name: appwrite ipam: config: - subnet: 172.21.46.0/24 gateway: name: gateway ipam: config: - subnet: 172.21.47.0/24
Then launched using -f docker-compose.override.yml and seems to work fine, thanks

btw, docker compose up -d
should use Burger the regular and override compose files automatically

[SOLVED] Fixing network subnet
Recommended threads
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
- How to remove the Sign up link after cre...
Greetings, i just installed appwrite on a VPS and created an account but now i do not want others to have access to the sign-up page. Is there any way to hide o...
- Does self-hosted Appwrite have read cach...
I wanted to switch from local storage to S3 (more specifically Backblaze B2), but I would like to have ~100GB on my VPS as read cache, so most frequently access...
