forked from laradock/laradock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM memcached:latest | ||
|
||
MAINTAINER Mahmoud Zalt <[email protected]> | ||
LABEL maintainer="Mahmoud Zalt <[email protected]>" | ||
|
||
CMD ["memcached"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM minio/minio | ||
|
||
MAINTAINER Thor Erik Lie <[email protected]> | ||
LABEL maintainer="Thor Erik Lie <[email protected]>" | ||
|
||
ENTRYPOINT ["minio", "server", "/export"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM mongo:latest | ||
|
||
MAINTAINER Mahmoud Zalt <[email protected]> | ||
LABEL maintainer="Mahmoud Zalt <[email protected]>" | ||
|
||
#COPY mongo.conf /usr/local/etc/mongo/mongo.conf | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
ARG MYSQL_VERSION=latest | ||
FROM mysql:${MYSQL_VERSION} | ||
|
||
MAINTAINER Mahmoud Zalt <[email protected]> | ||
LABEL maintainer="Mahmoud Zalt <[email protected]>" | ||
|
||
##################################### | ||
# Set Timezone | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM tpires/neo4j | ||
|
||
MAINTAINER Mahmoud Zalt <[email protected]> | ||
LABEL maintainer="Mahmoud Zalt <[email protected]>" | ||
|
||
VOLUME /var/lib/neo4j/data | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM nginx:alpine | ||
|
||
MAINTAINER Mahmoud Zalt <[email protected]> | ||
LABEL maintainer="Mahmoud Zalt <[email protected]>" | ||
|
||
ADD nginx.conf /etc/nginx/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM percona:5.7 | ||
|
||
MAINTAINER DTUNES <[email protected]> | ||
LABEL maintainer="DTUNES <[email protected]>" | ||
|
||
RUN chown -R mysql:root /var/lib/mysql/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM fenglc/pgadmin4 | ||
|
||
MAINTAINER Huadong Zuo <[email protected]> | ||
LABEL maintainer="Huadong Zuo <[email protected]>" | ||
|
||
# user: [email protected] | ||
# password: admin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
FROM php:7.0-alpine | ||
|
||
MAINTAINER Mahmoud Zalt <[email protected]> | ||
LABEL maintainer="Mahmoud Zalt <[email protected]>" | ||
|
||
RUN apk --update add wget \ | ||
curl \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
FROM php:7.1-alpine | ||
|
||
MAINTAINER Mahmoud Zalt <[email protected]> | ||
LABEL maintainer="Mahmoud Zalt <[email protected]>" | ||
|
||
RUN apk --update add wget \ | ||
curl \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
FROM php:7.2-alpine | ||
|
||
MAINTAINER Mahmoud Zalt <[email protected]> | ||
LABEL maintainer="Mahmoud Zalt <[email protected]>" | ||
|
||
RUN apk --update add wget \ | ||
curl \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM phpmyadmin/phpmyadmin | ||
|
||
MAINTAINER Bo-Yi Wu <[email protected]> | ||
LABEL maintainer="Bo-Yi Wu <[email protected]>" | ||
|
||
# Add volume for sessions to allow session persistence | ||
VOLUME /sessions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM mdillon/postgis:latest | ||
|
||
MAINTAINER Mahmoud Zalt <[email protected]> | ||
LABEL maintainer="Mahmoud Zalt <[email protected]>" | ||
|
||
CMD ["postgres"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM postgres:alpine | ||
|
||
MAINTAINER Ben M <[email protected]> | ||
LABEL maintainer="Ben M <[email protected]>" | ||
|
||
CMD ["postgres"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM rabbitmq | ||
|
||
MAINTAINER Mahmoud Zalt <[email protected]> | ||
LABEL maintainer="Mahmoud Zalt <[email protected]>" | ||
|
||
RUN rabbitmq-plugins enable --offline rabbitmq_management | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM redis:latest | ||
|
||
MAINTAINER Mahmoud Zalt <[email protected]> | ||
LABEL maintainer="Mahmoud Zalt <[email protected]>" | ||
|
||
## For security settings uncomment, make the dir, copy conf, and also start with the conf, to use it | ||
#RUN mkdir -p /usr/local/etc/redis | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM rethinkdb:latest | ||
|
||
MAINTAINER Cristian Mello <[email protected]> | ||
LABEL maintainer="Cristian Mello <[email protected]>" | ||
|
||
VOLUME /data/rethinkdb_data | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM selenium/standalone-chrome | ||
|
||
MAINTAINER Edmund Luong <[email protected]> | ||
LABEL maintainer="Edmund Luong <[email protected]>" | ||
|
||
EXPOSE 4444 | ||
EXPOSE 4444 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM debian:latest | ||
|
||
MAINTAINER ZeroC0D3 Team<[email protected]> | ||
LABEL maintainer="ZeroC0D3 Team<[email protected]>" | ||
|
||
# Set Environment Variables | ||
ENV DEBIAN_FRONTEND noninteractive | ||
|