mirror of
https://github.com/bitnami/containers.git
synced 2026-02-14 16:47:21 +08:00
adds PORT to container environment
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: bitnami/express:latest
|
||||
environment:
|
||||
- PORT=3000
|
||||
- DATABASE_URL=mysql://root@mariadb/my_app_development
|
||||
depends_on:
|
||||
- mariadb
|
||||
|
||||
@@ -8,6 +8,7 @@ services:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: bitnami/express:latest
|
||||
environment:
|
||||
- PORT=3000
|
||||
- DATABASE_URL=mongodb://mongodb:27017/my_app_development
|
||||
depends_on:
|
||||
- mongodb
|
||||
|
||||
Reference in New Issue
Block a user