Skip to content

Commit

Permalink
auto img name
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrcgo committed Jul 16, 2022
1 parent 5a9e488 commit 5416a2b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 29 deletions.
1 change: 0 additions & 1 deletion actions-runner/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: '2'
services:
runner:
build: .
image: actions-runner
container_name: actions-runner
restart: always
environment:
Expand Down
1 change: 0 additions & 1 deletion clash/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:

clash:
build: .
image: clash:mac
container_name: clash
restart: always
ports:
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '2'
services:

mysql:
image: mysql:5.7
build: ./mysql
container_name: mysql
restart: always
environment:
Expand Down Expand Up @@ -62,7 +62,6 @@ services:

elasticsearch:
build: ./elasticsearch
image: es:5-mac
container_name: es
environment:
- bootstrap.memory_lock=true
Expand All @@ -76,7 +75,6 @@ services:

hbase:
build: ./hbase
image: hbase:1.4-mac
container_name: hbase
hostname: hbase.local
volumes:
Expand Down
1 change: 0 additions & 1 deletion docker-registry/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: '2'
services:
docker-registry:
build: .
image: docker-registry:2-mac
container_name: docker-registry
environment:
- REGISTRY_HTTP_ADDR=0.0.0.0:5000
Expand Down
18 changes: 0 additions & 18 deletions elasticsearch/docker-compose.yml

This file was deleted.

5 changes: 0 additions & 5 deletions hadoop/docker-compose.yml

This file was deleted.

4 changes: 4 additions & 0 deletions mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

FROM mysql:5.7

COPY ./etc /etc/mysql
11 changes: 11 additions & 0 deletions mysql/etc/my.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[mysqld]

pid-file=/var/run/mysqld/mysqld.pid
socket=/var/run/mysqld/mysqld.sock
datadir=/var/lib/mysql

innodb_buffer_pool_size=256M
innodb_log_file_size=256M
innodb_flush_method=O_DIRECT

default-time_zone='+8:00'

0 comments on commit 5416a2b

Please sign in to comment.