- Expose port in docker container
testing/ogcore-api/pipeline/head This commit looks good Details
testing/ogcore-api/pipeline/tag This commit looks good Details
ogcore-debian-package/pipeline/tag There was a failure building this commit Details
oggui-debian-package/pipeline/tag Build started... Details

- Update changelog
jenkins_upload_packages opengnsys_devel-1.5.4
Nicolas Arenas 2025-03-17 14:00:36 +01:00
parent 56ff5c0936
commit e4287b97a6
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,8 @@
# Changelog
## [0.9.4] - 2025-03-17
### Fixed
- Mercure service behind nginx server for containers, expose port in docker compose for nginx
## [0.9.3] - 2025-03-17
### Fixed
- Mercure service behind nginx server for containers

View File

@ -20,6 +20,7 @@ services:
ports:
- 8080:80
- 8443:443
- 3000:3000
volumes:
- ogpublic:/var/www/html/public:cached
networks: