.
This commit is contained in:
parent
02dab64d62
commit
5d1ac3a63b
@ -3,10 +3,12 @@ services:
|
|||||||
env_file: "stack.env"
|
env_file: "stack.env"
|
||||||
image: mariadb:latest
|
image: mariadb:latest
|
||||||
container_name: mariadb
|
container_name: mariadb
|
||||||
|
ports:
|
||||||
|
- 3306:3306
|
||||||
volumes:
|
volumes:
|
||||||
- mariadb_data:/var/lib/mysql
|
- mariadb_data:/var/lib/mysql
|
||||||
networks:
|
networks:
|
||||||
- private
|
- public
|
||||||
|
|
||||||
phpmyadmin:
|
phpmyadmin:
|
||||||
env_file: "stack.env"
|
env_file: "stack.env"
|
||||||
@ -29,12 +31,11 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
volumes:
|
volumes:
|
||||||
- backend_logs:/logs
|
- backend_logs:/var/log
|
||||||
ports:
|
ports:
|
||||||
- 3001:3001
|
- 3001:3001
|
||||||
networks:
|
networks:
|
||||||
- public
|
- public
|
||||||
- private
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- mariadb
|
- mariadb
|
||||||
|
|
||||||
@ -44,7 +45,3 @@ volumes:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
public:
|
public:
|
||||||
driver: bridge
|
|
||||||
private:
|
|
||||||
internal: true
|
|
||||||
driver: bridge
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "uecko-presupuestador",
|
"name": "uecko-presupuestador",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"author": "Rodax Software <dev@rodax-software.com>",
|
"author": "Rodax Software <dev@rodax-software.com>",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user