Docker image configuration issues

ditex

Dabbler
Joined
Jul 28, 2023
Messages
19
Hello,
I am new to the world of Containers, I would like to install this APP https://github.com/akaunting/docker. I made the pull of the image:

1691084465677.png


The application appears to be running:

1691084508579.png


but I still can't access and use the application despite it being active, I'm doing something wrong in the configuration but I don't know what.
Below are the settings:
1691084623378.png
1691084638636.png
1691084657334.png
1691084675160.png


Application events:
1691084869092.png


Thank you so much!
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
This is at least one of your problems...

You set a pair to the Variable (name) and its value (and don't include docker-compose command line parts)

1691146720375.png


First box should be AKAUNTING_SETUP

Second box should be true

Nothing else.

You may have more issues, but I would start by fixing that one.
 

ditex

Dabbler
Joined
Jul 28, 2023
Messages
19
Right, so it should be okay right?

1691147200128.png


I tried to deploy but from the log it seems to me that the command is not good, how could I solve it?

1691147357294.png


If I remove it it gives no errors but then when I try to access the Web Portal it redirects me to the Apps admin panel:

1691147493934.png
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
You're deploying a container, not using docker-compose... there's nowhere in this system for you to put docker compose up.

You continue to have the wrong values in the Environment variable...

The first box (Environment Variable Name) needs to be: AKAUNTING_SETUP

The second box (Environment Variable Value) needs to be: true

Anything other than that will not work.
 

ditex

Dabbler
Joined
Jul 28, 2023
Messages
19
You're right, I don't know how I didn't notice this but anyway I can't get into the setup I mean I just don't know what address and port I need to access. Perhaps I am missing configuring other environment variables in these files such as database connections:

1691353237807.png


Anyway thank you!
 
Last edited:

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
anyway I can't get into the setup I mean I just don't know what address and port I need to access.
The address would be the address of your TrueNAS server. Port is in the settings of the app, probably 10...
 
Top