File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,13 +66,6 @@ strange errors during acceptance testing.
6666See also < https://docs.docker.com/network/proxy/#configure-the-docker-client >
6767and < https://forums.docker.com/t/docker-swarm-mode-not-picking-up-proxy-configuration/132233/8?u=medihack >
6868
69- ## Gitpod
70-
71- - It is not possible to set an ENV variable using the Gitpod Dockerfile
72- - In Gitpod ENV variables can only be set using the Gitpod settings
73- - The PYTHONPATH environment variable can't be set in the Gitpod settings (it is always overwritten with a blank value)
74- - What is ALLOWED_HOSTS? < https://www.divio.com/blog/django-allowed-hosts-explained/ >
75-
7669## Commands
7770
7871### Testing and coverage commands
Original file line number Diff line number Diff line change @@ -15,6 +15,5 @@ There are different things that can be upgraded:
1515 - After an upgrade make sure the files in ` static/vendor ` still link to the correct files in ` node_modules ` 1
1616- Python and uv in ` Dockerfile ` that builds the container where ADIT runs in
1717- Dependent services in ` docker-compose.base.yml ` , like PostgreSQL or Vespa database
18- - Gitpod development container dependencies in ` .gitpod.Dockerfile `
1918- Github Codespaces development container dependencies in ` .devcontainer/devcontainer.json ` and ` .devcontainer/Dockerfile `
2019- Github actions ` .github/workflows/ci.yml ` dependencies
Original file line number Diff line number Diff line change 33ENVIRONMENT = development
44
55# Ports that will be mapped to the host during development.
6- POSTGRES_DEV_PORT = 5432
76WEB_DEV_PORT = 8000
7+ POSTGRES_DEV_PORT = 5432
88
99# Ports that will be mapped to the host during production.
1010WEB_HTTP_PORT = 80
You can’t perform that action at this time.
0 commit comments