expose redis
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
a0cb796cec
commit
f88acf742a
|
@ -17,6 +17,6 @@ REDIS_HOST=xrges-redis
|
||||||
REDIS_PORT=6379
|
REDIS_PORT=6379
|
||||||
|
|
||||||
###> symfony/framework-bundle ###
|
###> symfony/framework-bundle ###
|
||||||
APP_ENV=dev
|
APP_ENV=prod
|
||||||
APP_SECRET=8ffa51f664399110f3cdc2ffa39e9705
|
APP_SECRET=8ffa51f664399110f3cdc2ffa39e9705
|
||||||
###< symfony/framework-bundle ###
|
###< symfony/framework-bundle ###
|
||||||
|
|
|
@ -2,4 +2,5 @@ FROM redis:latest
|
||||||
|
|
||||||
COPY docker/redis.conf /usr/local/etc/redis/redis.conf
|
COPY docker/redis.conf /usr/local/etc/redis/redis.conf
|
||||||
|
|
||||||
CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
|
EXPOSE 6379
|
||||||
|
CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
|
||||||
|
|
Loading…
Reference in New Issue