diff --git a/10-tinyauth/docker-compose.tinyauth.yml b/10-tinyauth/docker-compose.tinyauth.yml deleted file mode 100644 index 9c61d99..0000000 --- a/10-tinyauth/docker-compose.tinyauth.yml +++ /dev/null @@ -1,10 +0,0 @@ -services: - tinyauth: - image: ghcr.io/steveiliop56/tinyauth:v4 - container_name: tinyauth - restart: unless-stopped - ports: - - '8020:3000' - environment: - - APP_URL="${TINYAUTH_URL}" - - USERS="${AUTH_USER_PASSWORD}"