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:
|
||||
- "8090:80" # Ajuste a porta externa conforme necessário
|
||||
volumes:
|
||||
- krayin_data:/var/www/html/storage
|
||||
- krayin_public:/var/www/html/public/storage
|
||||
- growup_data:/var/www/html/storage
|
||||
- growup_public:/var/www/html/public/storage
|
||||
networks:
|
||||
- network_public
|
||||
environment:
|
||||
@@ -104,12 +104,12 @@ networks:
|
||||
name: network_public
|
||||
|
||||
volumes:
|
||||
krayin_data:
|
||||
growup_data:
|
||||
external: true
|
||||
name: krayin_data
|
||||
krayin_public:
|
||||
name: growup_data
|
||||
growup_public:
|
||||
external: true
|
||||
name: krayin_public
|
||||
name: growup_public
|
||||
mysql_data:
|
||||
external: true
|
||||
name: mysql_data
|
||||
|
||||
Reference in New Issue
Block a user