Commit 9c901f

2026-03-17 18:46:21 theophile: ajout sectoin env
server/containers.md ..
@@ 1,3 1,8 @@
+ {{InfoBox
+ |caption=Ressources
+ |Docker docs= [docs.docker.com](https://docs.docker.com/)
+ }}
+
# Containers
Nous utilisons des containers d'image [OCI](https://opencontainers.org/) (Open Container Initiative), orchestré par [Docker](https://www.docker.com/).
@@ 19,6 24,17 @@
> [!CAUTION]
> Attention au fautes de frappes[^A].
+ ## Création d'un nouveau service
+
+ The --env-file command-line argument and the env_file docker-compose.yml variable specify the env file to use for the container:
+
+ ```yaml
+ env_file:
+ - my_service.env
+ ```
+
+ [Specify the env file docker compose uses](https://stackoverflow.com/questions/40525230/specify-the-env-file-docker-compose-uses)
+
## Maintenance
### Zombies
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9