Skip to content

Commit aca8b17

Browse files
committed
Expose redis, mariadb and change port number for beanstalkd console
1 parent f4eefee commit aca8b17

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- .docker/config/nginx.conf:/etc/nginx/conf.d/default.conf
1111
networks:
1212
- dev-network
13-
13+
1414
php:
1515
image: hellossx/php-fpm
1616
volumes:
@@ -23,6 +23,8 @@ services:
2323
environment:
2424
- MYSQL_ROOT_PASSWORD=vagrant
2525
- MYSQL_DATABASE=vagrant
26+
ports:
27+
- "3306:3306"
2628
volumes:
2729
- .docker/volumes/mysql:/var/lib/mysql
2830
networks:
@@ -52,14 +54,18 @@ services:
5254
mailhog:
5355
image: mailhog/mailhog
5456
ports:
55-
- "8002:8025"
57+
- "8081:8025"
5658
networks:
5759
- dev-network
5860

5961
redis:
6062
image: tutum/redis
63+
expose:
64+
- "6379"
6165
environment:
6266
- REDIS_PASS=**None**
67+
networks:
68+
- dev-network
6369

6470
networks:
6571
dev-network:

0 commit comments

Comments
 (0)