How do you actually migrate to Dockage? #557
Unanswered
RyanHakurei
asked this question in
Ask for Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🛡️ Security Policy
📝 Describe your problem
Hey all, how am I actually supposed to migrate Compose files over to Dockage? No matter what, whether I scan Compose files or copy and paste into Dockage, Dockage always throws errors. It either throws errors about the yaml file itself, or even if it accepts the file it always says "additional property is not allowed" referring to the container name (the actual name of the container, not the
"pretty" name defined by
container_name
). My Compose file works perfectly with Docker Compose via the command line so there are zero errors in the file itself or else Compose would complain, and I am really trying to make this setup easily manageable for those who may not be as comfortable with the command line as me.Here is a snippet of my Compose file. This is the stack I am trying to create (as I gather from this project the idea is that each app runs in its own stack, so I have Nginx here and its database as one stack). Yes, I did edit the passwords and users so they will not match, and I do have networks defined.
📝 Error Message(s) or Log
validating /opt/Containers/stacks/nginx-proxy/compose.yaml: (root) Additional property nginx-db is not allowed
validating /opt/Containers/stacks/nginx-proxy/compose.yaml: (root) Additional property nginx-app is not allowed
🐻 Dockge Version
1.4.2
💻 Operating System and Arch
AlmaLinux 9.4
🌐 Browser
Vivaldi
🐋 Docker Version
26.1.4, build 5650f9b
🟩 NodeJS Version
No response
Beta Was this translation helpful? Give feedback.
All reactions