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