expose redis
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sergio Álvarez 2022-01-11 11:49:55 +01:00
parent a0cb796cec
commit f88acf742a
No known key found for this signature in database
GPG Key ID: 622780889DFDBDA5
2 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,6 @@ REDIS_HOST=xrges-redis
REDIS_PORT=6379
###> symfony/framework-bundle ###
APP_ENV=dev
APP_ENV=prod
APP_SECRET=8ffa51f664399110f3cdc2ffa39e9705
###< symfony/framework-bundle ###

View File

@ -2,4 +2,5 @@ FROM redis:latest
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" ]