new build structure
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
services:
|
||||
api:
|
||||
build: .
|
||||
container_name: email-config-api
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
# Verwendet PORT aus deiner .env für Host und Container
|
||||
- "${PORT}:${PORT}"
|
||||
Reference in New Issue
Block a user