mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-07-17 15:31:13 +00:00
fix: remove custom socket stuff
This commit is contained in:
@@ -21,15 +21,8 @@ jobs:
|
||||
package_json_file: ./e2e/package.json
|
||||
|
||||
- name: Set up Docker
|
||||
id: docker
|
||||
uses: docker/setup-docker-action@6d7cfa65f60a9dda7b46e5513fa982536f3c9877 # ratchet:docker/setup-docker-action@v5
|
||||
|
||||
- name: Get docker socket
|
||||
id: docker-socket
|
||||
env:
|
||||
SOCK: ${{ steps.docker.outputs.sock }}
|
||||
run: echo "DOCKER_SOCK=${SOCK#unix://}" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Spin up docker-compose
|
||||
run: docker compose -f docker-compose.e2e.yml up --build --force-recreate --remove-orphans -d
|
||||
working-directory: e2e
|
||||
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
ports:
|
||||
- 80:80
|
||||
volumes:
|
||||
- ${DOCKER_SOCKET_PATH:-/var/run/docker.sock}:/var/run/docker.sock
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
whoami:
|
||||
image: traefik/whoami:v1.11.0
|
||||
|
||||
Reference in New Issue
Block a user