Fix docker-compose for Portainer stack deploy
Remove env_file (.env not in repo) and proxy-network (not needed yet). Inline essential environment variables directly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,14 +9,8 @@ services:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- NEXT_PUBLIC_APP_URL=${APP_URL:-http://localhost:3000}
|
||||
env_file:
|
||||
- .env
|
||||
networks:
|
||||
- proxy-network
|
||||
- NEXT_PUBLIC_APP_NAME=ArchiTools
|
||||
- NEXT_PUBLIC_APP_URL=${APP_URL:-http://10.10.10.166:3000}
|
||||
- NEXT_PUBLIC_STORAGE_ADAPTER=localStorage
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
|
||||
networks:
|
||||
proxy-network:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user