Dominic
Dominic
DDokploy
Created by caturhidayat.space on 1/30/2025 in #help
NestJS Deploy error : Error response from daemon: No such container: select-a-container
check dokploys documentation
22 replies
DDokploy
Created by caturhidayat.space on 1/30/2025 in #help
NestJS Deploy error : Error response from daemon: No such container: select-a-container
this should work
22 replies
DDokploy
Created by caturhidayat.space on 1/30/2025 in #help
NestJS Deploy error : Error response from daemon: No such container: select-a-container
version: '3.8'

services:
nextjs:
build:
context: .
dockerfile: Dockerfile
ports:
- "port:port" # change port to your port
environment:
- NODE_ENV=production
networks:
- bridge

networks:
bridge:
external: true
version: '3.8'

services:
nextjs:
build:
context: .
dockerfile: Dockerfile
ports:
- "port:port" # change port to your port
environment:
- NODE_ENV=production
networks:
- bridge

networks:
bridge:
external: true
22 replies
DDokploy
Created by caturhidayat.space on 1/30/2025 in #help
NestJS Deploy error : Error response from daemon: No such container: select-a-container
I found a solution in the end. Make a compose application instead, link it to the repo (add a docker-compose.yml file) and it should work.
22 replies
DDokploy
Created by caturhidayat.space on 1/30/2025 in #help
NestJS Deploy error : Error response from daemon: No such container: select-a-container
Hey! How did you find this? I'm having the same issue.
22 replies