From 6ab36f4269d00afcd5e1b5997d5c112547956e99 Mon Sep 17 00:00:00 2001 From: AzenKain Date: Tue, 17 Mar 2026 18:15:20 +0700 Subject: [PATCH] init --- .history/Dockerfile_20260317180937 | 0 .history/Dockerfile_20260317180943 | 4 -- .history/Dockerfile_20260317181102 | 9 --- .history/Dockerfile_20260317181115 | 9 --- .history/Dockerfile_20260317181252 | 9 --- .history/Dockerfile_20260317181255 | 9 --- .history/Dockerfile_20260317181258 | 9 --- .history/docker-compose_20260317181011.yml | 0 .history/docker-compose_20260317181017.yml | 7 --- .history/docker-compose_20260317181403.yml | 7 --- .history/index_20260317180916.html | 0 .history/index_20260317180921.html | 68 ---------------------- 12 files changed, 131 deletions(-) delete mode 100644 .history/Dockerfile_20260317180937 delete mode 100644 .history/Dockerfile_20260317180943 delete mode 100644 .history/Dockerfile_20260317181102 delete mode 100644 .history/Dockerfile_20260317181115 delete mode 100644 .history/Dockerfile_20260317181252 delete mode 100644 .history/Dockerfile_20260317181255 delete mode 100644 .history/Dockerfile_20260317181258 delete mode 100644 .history/docker-compose_20260317181011.yml delete mode 100644 .history/docker-compose_20260317181017.yml delete mode 100644 .history/docker-compose_20260317181403.yml delete mode 100644 .history/index_20260317180916.html delete mode 100644 .history/index_20260317180921.html diff --git a/.history/Dockerfile_20260317180937 b/.history/Dockerfile_20260317180937 deleted file mode 100644 index e69de29..0000000 diff --git a/.history/Dockerfile_20260317180943 b/.history/Dockerfile_20260317180943 deleted file mode 100644 index 627db9f..0000000 --- a/.history/Dockerfile_20260317180943 +++ /dev/null @@ -1,4 +0,0 @@ -FROM nginx:alpine -COPY index.html /usr/share/nginx/html/index.html -EXPOSE 80 -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file diff --git a/.history/Dockerfile_20260317181102 b/.history/Dockerfile_20260317181102 deleted file mode 100644 index 47784e4..0000000 --- a/.history/Dockerfile_20260317181102 +++ /dev/null @@ -1,9 +0,0 @@ -FROM nginx:stable-alpine3.20-slim - -COPY index.html /usr/share/nginx/html/index.html - -RUN chmod 644 /usr/share/nginx/html/index.html - -EXPOSE 80 - -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file diff --git a/.history/Dockerfile_20260317181115 b/.history/Dockerfile_20260317181115 deleted file mode 100644 index a63e8a9..0000000 --- a/.history/Dockerfile_20260317181115 +++ /dev/null @@ -1,9 +0,0 @@ -FROM nginx:stable-alpine3.21-slim - -COPY index.html /usr/share/nginx/html/index.html - -RUN chmod 644 /usr/share/nginx/html/index.html - -EXPOSE 80 - -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file diff --git a/.history/Dockerfile_20260317181252 b/.history/Dockerfile_20260317181252 deleted file mode 100644 index cdf6ad3..0000000 --- a/.history/Dockerfile_20260317181252 +++ /dev/null @@ -1,9 +0,0 @@ -FROM nginx:1.28.2-alpine, stable-alpine, - -COPY index.html /usr/share/nginx/html/index.html - -RUN chmod 644 /usr/share/nginx/html/index.html - -EXPOSE 80 - -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file diff --git a/.history/Dockerfile_20260317181255 b/.history/Dockerfile_20260317181255 deleted file mode 100644 index 9928707..0000000 --- a/.history/Dockerfile_20260317181255 +++ /dev/null @@ -1,9 +0,0 @@ -FROM nginx:stable-alpine, - -COPY index.html /usr/share/nginx/html/index.html - -RUN chmod 644 /usr/share/nginx/html/index.html - -EXPOSE 80 - -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file diff --git a/.history/Dockerfile_20260317181258 b/.history/Dockerfile_20260317181258 deleted file mode 100644 index 4c4403a..0000000 --- a/.history/Dockerfile_20260317181258 +++ /dev/null @@ -1,9 +0,0 @@ -FROM nginx:stable-alpine - -COPY index.html /usr/share/nginx/html/index.html - -RUN chmod 644 /usr/share/nginx/html/index.html - -EXPOSE 80 - -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file diff --git a/.history/docker-compose_20260317181011.yml b/.history/docker-compose_20260317181011.yml deleted file mode 100644 index e69de29..0000000 diff --git a/.history/docker-compose_20260317181017.yml b/.history/docker-compose_20260317181017.yml deleted file mode 100644 index 4ee1e51..0000000 --- a/.history/docker-compose_20260317181017.yml +++ /dev/null @@ -1,7 +0,0 @@ -services: - migration-page: - build: . - container_name: srtools-migration - ports: - - "8080:80" - restart: always \ No newline at end of file diff --git a/.history/docker-compose_20260317181403.yml b/.history/docker-compose_20260317181403.yml deleted file mode 100644 index 7e23366..0000000 --- a/.history/docker-compose_20260317181403.yml +++ /dev/null @@ -1,7 +0,0 @@ -services: - migration-page: - build: . - container_name: srtools-migration - ports: - - "3008:80" - restart: always \ No newline at end of file diff --git a/.history/index_20260317180916.html b/.history/index_20260317180916.html deleted file mode 100644 index e69de29..0000000 diff --git a/.history/index_20260317180921.html b/.history/index_20260317180921.html deleted file mode 100644 index d9c818a..0000000 --- a/.history/index_20260317180921.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Domain Migration - SRTools - - - - -
-
-

-

-

-
- -
- - - - -
-
- - - - \ No newline at end of file