{WATCHTOWER_VERSION:-latest} env_file: environment.d/watchtower.env environment: WATCHTOWER_SCOPE: ${COMPOSE_PROJECT_NAME} volumes: - /var/run/docker.sock:/var/run/docker.sock - /etc/localtime:/etc/localtime:ro labels: com.centurylinklabs.watchtower.scope: ${COMPOSE_PROJECT_NAME} restart: ...
Note:How to Use Docker Containers With VPN. Note:Convert Docker Run Into Docker Compose. Note:How to Clean Docker. Note:How to Clean Docker Automatically. Note:Best Practices When Using Docker and DDNS. Note:Some Docker Containers Need WebSocket. Note:Find out the Best NAS Models For Docker....
Run the following Docker Compose: networks: shared: name: shared-network services: redis: container_name: redis image: redis:latest restart: unless-stopped ports: - 6379:6379 networks: - shared shlink: container_name: shlink image: shlinkio/shlink:stable-roadrunner restart: unless-stopped ports:...
docker-compose.ci.yml Set user to 0 in database containers when running in CI Oct 27, 2024 docker-compose.yml Update to shlink-common 6.5 to fix integration with redis 7.4 Nov 3, 2024 indocker Drop support for openswoole Feb 17, 2024 ...
Dockerfile LICENSE README.md UPGRADE.md build.sh composer.json docker-compose.ci.yml docker-compose.override.yml.dist docker-compose.yml indocker phpcs.xml phpstan.neon phpunit-api.xml phpunit-cli.xml phpunit-db.xml phpunit.xml.distBreadcrumbs shlink/...
Right now, the docker image cannot be run and stopped via Ctrl+C. Also, when running via docker compose or other orchestrators, it seems to take always ~10s to stop, which feels like a timeout.Activity acelayamentioned this on Oct 22, 2024 Feature/docker signals #2228 acelayaclosed ...
.github .gitignore CHANGELOG.md LICENSE README.md docker-compose.yml index.js indocker package-lock.json package.json Breadcrumbs js-coding-standard / CHANGELOG.md Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Preview Code Blame 332 lines (217...
This means we could remove most of the local dev config files (at least those that map to options objects), and instead use env vars for custom values in development as well, by using a .env file that's loaded via docker compose, for example. This will also allow to read env vars ...
docker-compose.override.yml.dist Update to RoadRunner 2024 Jul 4, 2024 docker-compose.yml Update to latest shlink-common and remove deprecation references Jul 30, 2024 indocker Drop support for openswoole Feb 17, 2024 phpcs.xml Move migrations to module/Core Jan 3, 2024 ...