Refactor: Rename volumes from krayin_* to growup_* in docker-compose
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 4m5s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 4m5s
This commit is contained in:
@@ -12,8 +12,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8090:80" # Ajuste a porta externa conforme necessário
|
- "8090:80" # Ajuste a porta externa conforme necessário
|
||||||
volumes:
|
volumes:
|
||||||
- krayin_data:/var/www/html/storage
|
- growup_data:/var/www/html/storage
|
||||||
- krayin_public:/var/www/html/public/storage
|
- growup_public:/var/www/html/public/storage
|
||||||
networks:
|
networks:
|
||||||
- network_public
|
- network_public
|
||||||
environment:
|
environment:
|
||||||
@@ -104,12 +104,12 @@ networks:
|
|||||||
name: network_public
|
name: network_public
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
krayin_data:
|
growup_data:
|
||||||
external: true
|
external: true
|
||||||
name: krayin_data
|
name: growup_data
|
||||||
krayin_public:
|
growup_public:
|
||||||
external: true
|
external: true
|
||||||
name: krayin_public
|
name: growup_public
|
||||||
mysql_data:
|
mysql_data:
|
||||||
external: true
|
external: true
|
||||||
name: mysql_data
|
name: mysql_data
|
||||||
|
|||||||
Reference in New Issue
Block a user