mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Update docker-compose.yml
This commit is contained in:
@@ -1,20 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
my-service-name:
|
app:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
|
||||||
NPM_TOKEN: ${NPM_TOKEN:?NPM_TOKEN not set}
|
|
||||||
ports:
|
|
||||||
- "3000"
|
|
||||||
environment:
|
|
||||||
- URL=$SERVICE_URL_MY_SERVICE_NAME
|
|
||||||
- PORT=3000
|
|
||||||
- DB_CONNECTION=postgres
|
|
||||||
- TEST=${TEST}
|
|
||||||
- TEST_PASSWORD=$SERVICE_PASSWORD_64_API
|
|
||||||
volumes:
|
|
||||||
- test_db:/var/lib/mysql
|
|
||||||
analytics:
|
analytics:
|
||||||
image: nginx
|
image: nginx
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user