1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 05:44:04 +00:00

Delete tmpfs from docker-compose.yml (there were no benefits)

This commit is contained in:
lukinovec 2023-03-30 14:37:32 +02:00
parent e9aa5be546
commit c45f900b78

View file

@ -40,8 +40,6 @@ services:
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
timeout: 10s
retries: 10
tmpfs:
- /var/lib/mysql
mysql2:
image: mysql:5.7
environment:
@ -53,8 +51,6 @@ services:
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
timeout: 10s
retries: 10
tmpfs:
- /var/lib/mysql
postgres:
image: postgres:11
environment: